aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--appveyor.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ffde1ad..3917982 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,6 +7,7 @@ image:
environment:
python_exe: C:\Python36-x64\python.exe
+ install_dir: C:\Projects\install\pdb-repo
platform:
- Win32
@@ -20,7 +21,11 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%python_exe%" cmake\build\build_appveyor.py --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%"'
+ - '"%python_exe%" cmake\build\build_appveyor.py --install "%install_dir%" --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%"'
+
+after_build:
+ - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"
+ - appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip"
for:
# Only build Release builds on master to speed things up: