dont build on osx in travis
This commit is contained in:
parent
eb415cd234
commit
2f356239bc
3 changed files with 7 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ language: cpp
|
|||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
|
@ -15,6 +14,9 @@ addons:
|
|||
packages:
|
||||
- cmake
|
||||
|
||||
before_install:
|
||||
- export LD_LIBRARY_PATH=$(if [[ $C == "clang" ]]; then echo -n '/usr/local/clang/lib'; fi)
|
||||
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue