summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-07-24 19:41:12 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-07-24 20:10:54 +0000
commite6f64503b09d71e8d6c08d1956637d4f15a2dbd7 (patch)
treef960e5e1a80ad136714bd6d39140c9cb52fb6a58 /.appveyor.yml
parentAdd C++ based Gtk::Action for choosing one item out of many. (diff)
downloadinkscape-e6f64503b09d71e8d6c08d1956637d4f15a2dbd7.tar.gz
inkscape-e6f64503b09d71e8d6c08d1956637d4f15a2dbd7.zip
CI/AppVeyor: Use dist-win targets and create installers on tag
Use a globbing expression to get WiX location as it's dependent on the version installed. Add note about the .msi installer still not being created properly and wix exiting with an error code (mostly to make CI happy). Somebody should figure this out eventually but the .msi format cost me too many hours of my life already...
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index dcec9ec23..7ecfabd77 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,6 +13,8 @@ build_script:
artifacts:
- path: build\inkscape*.7z
+ - path: build\inkscape*.exe
+ - path: build\inkscape*.msi
cache:
- '%APPVEYOR_BUILD_FOLDER%\build\ccache'