aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 27a7ade..80d0938 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,3 +34,4 @@ script:
-D "BOOST_LIBRARYDIR=$HOME/boost_1_71_0/stage/$platform/$configuration/lib" \
-D ENABLE_TESTS=ON
- "$HOME/install/bin/math-server-unit-tests"
+ - "$HOME/install/bin/math-server-benchmarks"
diff --git a/appveyor.yml b/appveyor.yml
index 45b236c..d18557f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,6 +28,7 @@ after_build:
test_script:
- '"%install_dir%\bin\math-server-unit-tests.exe"'
+ - '"%install_dir%\bin\math-server-benchmarks.exe"'
for:
# Only build Release builds for master to speed things up: