aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 01:04:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 01:04:56 +0300
commit2d14e3f1588c5c82f9db28e0af05b722a3e8e133 (patch)
tree3b4abd5c4f8233fe4bdef8965312ee8e247fa0e8 /appveyor.yml
parentupdate cmake-common (diff)
downloadmath-server-2d14e3f1588c5c82f9db28e0af05b722a3e8e133.tar.gz
math-server-2d14e3f1588c5c82f9db28e0af05b722a3e8e133.zip
update cmake-common
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7cc488c..5d33f5a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,7 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%python_exe%" cmake\ci\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%" -- -D "BOOST_ROOT=%appveyor_boost_root%" -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%" -D ENABLE_TESTS=ON'
after_build:
- 7z.exe a "math-server-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"