From e7ff983fe0256fbb6758ff337f10d51a90936dcc Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Mon, 9 Sep 2019 14:35:07 -0500 Subject: [PATCH] Run cmake tests on travis (#2155) * Run cmake tests on travis * Build with tests * Use correct variable --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 053e4650c..e589ce6f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)