summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-29 17:02:06 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-29 18:10:31 +0000
commit3c844e4048b1ef16dfb9079d5ae4a584990a6ce3 (patch)
treec296b6fedd214b4d059b3e3bfcdb3edf2537f238 /.appveyor.yml
parentFix for bug: #1791784 LPE path effect undo does not work (diff)
downloadinkscape-3c844e4048b1ef16dfb9079d5ae4a584990a6ce3.tar.gz
inkscape-3c844e4048b1ef16dfb9079d5ae4a584990a6ce3.zip
CI/AppVeyor: 32-bit got left behind...
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e6599e654..09a608a73 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,7 +12,8 @@ install:
git submodule update --init --recursive
build_script:
- - del C:\Windows\system32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll
+ - del C:\Windows\System32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll
+ - del C:\Windows\SysWOW64\libssl-*.dll C:\Windows\SysWOW64\libcrypto-*.dll
- C:\msys64\usr\bin\pacman -Syuu %PACMAN_OPTIONS%
- C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/buildtools/appveyor.sh"