aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 03:48:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 03:48:47 +0300
commite5f7e7d1119f7bd8ce4ae896102eab4af825ffce (patch)
tree9842999eec017a27414fb23b9c1c2387e4bcf4f8 /appveyor.yml
parentupdate cmake-common (diff)
downloadwinapi-debug-e5f7e7d1119f7bd8ce4ae896102eab4af825ffce.tar.gz
winapi-debug-e5f7e7d1119f7bd8ce4ae896102eab4af825ffce.zip
update cmake-common
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 089cdc3..28661a9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,7 +21,12 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%" -- -D "BOOST_ROOT=%appveyor_boost_root%" -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%"'
+ - >-
+ "%python_exe%" cmake\cmake\build\ci\appveyor.py
+ --install "%install_dir%"
+ --
+ -D "BOOST_ROOT=%appveyor_boost_root%"
+ -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%"
after_build:
- 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"