Run cmake tests on travis (#2155)

* Run cmake tests on travis

* Build with tests

* Use correct variable
This commit is contained in:
Paul Fultz II 2019-09-09 14:35:07 -05:00 committed by Daniel Marjamäki
parent e9231d2eee
commit e7ff983fe0
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ matrix:
# try CMake
- mkdir cmake.output
- cd cmake.output
- cmake -G "Unix Makefiles" ..
- cmake -G "Unix Makefiles" -DBUILD_TESTS=On ..
- make -j2 check
- cd ..
# check if dmake needs to be rerun (this job may fail)