aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-13 05:44:37 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-13 06:50:03 +0300
commitdfbedf7aa3366fa3b8799a43755c783565e22537 (patch)
tree3cb881438bbb1c131c0854e9575adf979df10cef /appveyor.yml
parentrename executables (diff)
downloadmath-server-dfbedf7aa3366fa3b8799a43755c783565e22537.tar.gz
math-server-dfbedf7aa3366fa3b8799a43755c783565e22537.zip
Travis: switch to boost/build.py
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6e0bbc6..7cc488c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,7 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%python_exe%" cmake\build\build_appveyor.py --install "%install_dir%" --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%" -- -DENABLE_TESTS=ON'
+ - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%" --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%" -- -DENABLE_TESTS=ON'
after_build:
- 7z.exe a "math-server-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"