From 4012dae75bf8a6fe85189412c2044a4c32b58d73 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Wed, 10 Oct 2018 22:59:23 +0200 Subject: CI/AppVeyor: Give MRs a distinctive name --- .appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3