add new options to travis build

This commit is contained in:
Thomas Fussell 2015-11-07 20:03:56 -05:00
parent 6aaf380c26
commit fd29588702

View File

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