mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
re-add succeeding OSX build
This commit is contained in:
parent
51825872ca
commit
e179ad829e
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ matrix:
|
|||
- libc6-i386
|
||||
- libcurl4-openssl-dev:i386
|
||||
- libpng12-dev:i386
|
||||
- os: osx
|
||||
compiler: clang
|
||||
before_script:
|
||||
- export CC=clang
|
||||
- export CPLUS=clang++
|
||||
script: cd main/source/linux && make
|
||||
|
||||
allow_failures:
|
||||
- os: linux
|
||||
|
|
Loading…
Reference in a new issue