This commit is contained in:
Thomas Fussell 2015-11-07 20:23:19 -05:00
parent 6a098d3049
commit a8acedaafe

View File

@ -1,6 +1,6 @@
language: cpp
script:
- mkdir build && cd build && cmake -G "Unix Makefiles" -D SHARED=0 -D AUTOBUILD_TESTS=1 -D BUILD_TESTS=1 ../cmake && make
- mkdir build && cd build && cmake -G "Unix Makefiles" -D SHARED=0 -D AUTORUN_TESTS=1 -D BUILD_TESTS=1 ../cmake && make
compiler:
- clang
- gcc