aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-30 12:54:03 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-04-05 20:46:58 +0300
commit842779a131ac4bda3c1386f3c50bce4c39134dcc (patch)
tree9d45705219ddd6da7634e1535804ad21a73d7e17 /.appveyor.yml
parentadd some unit tests (diff)
downloadwinapi-debug-842779a131ac4bda3c1386f3c50bce4c39134dcc.tar.gz
winapi-debug-842779a131ac4bda3c1386f3c50bce4c39134dcc.zip
update cmake-common
Diffstat (limited to '')
-rw-r--r--.appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 15b26de..788d0a3 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -25,11 +25,11 @@ install:
build_script:
- '"%python_exe%" cmake\tools\clang-format.py'
+ - cd cmake
- >-
- "%python_exe%" cmake\cmake\build\ci\appveyor.py
+ "%python_exe%" -m project.ci.appveyor.cmake
--install "%install_dir%"
- --
- -D "BOOST_ROOT=%appveyor_boost_root%"
+ --boost "%appveyor_boost_root%"
after_build:
- 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"