aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 10ab20d..838bd02 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -31,12 +31,13 @@ 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 "AES_TOOLS_ASM=%use_asm%"
- -D "BOOST_ROOT=%appveyor_boost_root%"
after_build:
- 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"