osx build

This commit is contained in:
yenatch 2018-06-30 22:28:13 -04:00
parent 2641f93ad0
commit 162db5cdfd
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,7 @@
language: c language: c
os:
- linux
- osx
install: install:
- |- - |-
path="$(pwd)"; cd; path="$(pwd)"; cd;
@ -20,4 +23,3 @@ before_script:
script: script:
- make -j2 compare - make -j2 compare
- check_status - check_status