diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 5 |
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: |