diff options
| author | Egor <egor.yusov@gmail.com> | 2018-02-15 17:10:07 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-02-15 17:10:07 +0000 |
| commit | 344bd2dd842931cd82790f3baac77e51f5fb9fef (patch) | |
| tree | 45c2616692cf29d3cd28a18ddda0ac4a3adf3b94 | |
| parent | Enabled test app on linux (diff) | |
| download | DiligentEngine-344bd2dd842931cd82790f3baac77e51f5fb9fef.tar.gz DiligentEngine-344bd2dd842931cd82790f3baac77e51f5fb9fef.zip | |
Enabled test app in travis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 - | |
