aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-30 05:18:03 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-04-05 20:45:56 +0300
commitc99539e111e70006c0895025c44520a93e046507 (patch)
tree85e22836554eb7f85912a715845bad5533f962ba /.appveyor.yml
parentTravis: more verbose & correct stress_test.sh (diff)
downloadmath-server-c99539e111e70006c0895025c44520a93e046507.tar.gz
math-server-c99539e111e70006c0895025c44520a93e046507.zip
update cmake-common
Diffstat (limited to '')
-rw-r--r--.appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 894e2d0..83b61d9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -23,11 +23,12 @@ install:
- git submodule update --init --recursive
build_script:
+ - cd cmake
- >-
- "%python_exe%" cmake\cmake\build\ci\appveyor.py
+ "%python_exe%" -m project.ci.appveyor.cmake
--install "%install_dir%"
+ --boost "%appveyor_boost_root%"
--
- -D "BOOST_ROOT=%appveyor_boost_root%"
-D ENABLE_TESTS=ON
after_build: