From 344bd2dd842931cd82790f3baac77e51f5fb9fef Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 15 Feb 2018 09:10:07 -0800 Subject: Enabled test app in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 962c06d..de83b30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,7 @@ script: - cd cmk_build - | if [ "$TRAVIS_OS_NAME" = "linux" ]; then - cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=${CONFIG} + cmake .. -G "Unix Makefiles" -DENABLE_TESTS=TRUE -DCMAKE_BUILD_TYPE=${CONFIG} cmake --build . fi - | -- cgit v1.2.3