summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e0a6704a4..f2f2f408e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,8 +15,13 @@ environment:
- MSYSTEM: MINGW64
- MSYSTEM: MINGW32
+
+init:
+ - if "%APPVEYOR_PULL_REQUEST_NUMBER%" NEQ ""
+ appveyor UpdateBuild -Version "!%APPVEYOR_PULL_REQUEST_NUMBER% (%APPVEYOR_REPO_BRANCH%-%APPVEYOR_BUILD_NUMBER%)"
+
install:
- git submodule update --init --recursive
+ - git submodule update --init --recursive
build_script:
- del C:\Windows\System32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll
@@ -24,6 +29,7 @@ build_script:
- C:\msys64\usr\bin\pacman -Syuu %PACMAN_OPTIONS%
- C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/buildtools/appveyor.sh"
+
artifacts:
- path: build\inkscape*.7z
- path: build\inkscape*.exe