aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-30 12:11:22 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-04-05 20:45:22 +0300
commit9dec0cff5b6a7b8ea68c43fc34864da84d5c04ee (patch)
tree6f06e6d8d9b71dd2a159183d2709abc6e5b03bfe /.appveyor.yml
parentAppVeyor: lint the config (diff)
downloadaes-tools-9dec0cff5b6a7b8ea68c43fc34864da84d5c04ee.tar.gz
aes-tools-9dec0cff5b6a7b8ea68c43fc34864da84d5c04ee.zip
update cmake-common
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%"