From e6f64503b09d71e8d6c08d1956637d4f15a2dbd7 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 24 Jul 2017 21:41:12 +0200 Subject: 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... --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.appveyor.yml') 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' -- cgit v1.2.3