aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 16:34:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 16:44:54 +0300
commitb49eec6684b03b1a399b319a35d2b17c8ee4a66b (patch)
tree39a68104a496d63fb25bcde74df6a68d50fa8e27 /appveyor.yml
parentAppVeyor/Travis: switch to cmake/build (diff)
downloadmath-server-b49eec6684b03b1a399b319a35d2b17c8ee4a66b.tar.gz
math-server-b49eec6684b03b1a399b319a35d2b17c8ee4a66b.zip
bin/unit_tests -> bin/test/unit_tests
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 515d8ca..f731b1c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,7 +23,7 @@ build_script:
- '"%python_exe%" cmake\build\build_appveyor.py --install "%install_dir%" --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%" -- -DENABLE_TESTS=ON'
test_script:
- - '"%install_dir%\bin\unit_tests.exe"'
+ - '"%install_dir%\bin\test\unit_tests.exe"'
for:
# Only build Release builds for master to speed things up: