aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-04 22:43:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-04 22:43:39 +0300
commitc497f7ee387ea81ad47854015899beba0d6efbf1 (patch)
treec7e49bba4889c30c1eea25b22c955d9d9e6ae95d /.travis
parentcan't believe Boost::disable_autolinking isn't everywhere (diff)
downloadmath-server-c497f7ee387ea81ad47854015899beba0d6efbf1.tar.gz
math-server-c497f7ee387ea81ad47854015899beba0d6efbf1.zip
cmake: ENABLE_TESTS -> MATH_SERVER_TESTS
Diffstat (limited to '')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 658d912..13a5f95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ script:
python3 -m project.ci.travis.cmake
--install "$HOME/install"
--
- -D ENABLE_TESTS=ON
+ -D MATH_SERVER_TESTS=ON
- "$HOME/install/bin/math-server-unit-tests"
- "$HOME/install/bin/math-server-benchmarks"