aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 02:43:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 04:01:57 +0300
commit7205585d73c756c608529cb0305a26e834f7a831 (patch)
tree279890a4636df7ec32b53df2fae79f39500a3ff5 /appveyor.yml
parentremove unnecessary #include-s (diff)
downloadmath-server-7205585d73c756c608529cb0305a26e834f7a831.tar.gz
math-server-7205585d73c756c608529cb0305a26e834f7a831.zip
update cmake-common
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d18557f..d013257 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,13 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%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'
+ - >-
+ "%python_exe%" cmake\cmake\build\ci\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 "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"