diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-10 20:59:23 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-10 20:59:23 +0000 |
| commit | 4012dae75bf8a6fe85189412c2044a4c32b58d73 (patch) | |
| tree | bd85b46be7a092b4650a2b3025bc25f3b0ee4b66 /.appveyor.yml | |
| parent | config.h: Rename WITH_IMAGE_MAGICK -> WITH_MAGICK (diff) | |
| download | inkscape-4012dae75bf8a6fe85189412c2044a4c32b58d73.tar.gz inkscape-4012dae75bf8a6fe85189412c2044a4c32b58d73.zip | |
CI/AppVeyor: Give MRs a distinctive name
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 8 |
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 |
