no unit tests on osx yet.
This commit is contained in:
parent
092ee2cca6
commit
11016e81a6
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ before_script:
|
||||||
- ${COMPILER} --version
|
- ${COMPILER} --version
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake -DWITH_UNIT_TESTS=${WITH_UNIT_TESTS} ..
|
||||||
|
|
||||||
script: make
|
script: make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue