File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
2929
3030if isWindows; then
3131 if [[ -z " ${MINGW_URL+x} " ]]; then
32- curl -o mingw.7z " ${MINGW_URL} /${MINGW_ARCHIVE} "
33- 7z x -y mingw.7z > /dev/null
34- curl -o " ${MINGW_DIR} /bin/gdborig.exe" " ${MINGW_URL} /2017-04-20-${MSYS_BITS} bit-gdborig.exe"
35- ciCommandAddPath " $( pwd) /${MINGW_DIR} /bin"
36- else
3732 arch=i686
3833 if [ " $MSYS_BITS " = " 64" ]; then
3934 arch=x86_64
4035 fi
4136 pacman -S --noconfirm --needed mingw-w64-$arch -toolchain mingw-w64-$arch -cmake \
4237 mingw-w64-$arch -gcc mingw-w64-$arch -python2
4338 ciCommandAddPath " ${SYSTEM_WORKFOLDER} /msys2/mingw${MSYS_BITS} /bin"
39+ else
40+ curl -o mingw.7z " ${MINGW_URL} /${MINGW_ARCHIVE} "
41+ 7z x -y mingw.7z > /dev/null
42+ curl -o " ${MINGW_DIR} /bin/gdborig.exe" " ${MINGW_URL} /2017-04-20-${MSYS_BITS} bit-gdborig.exe"
43+ ciCommandAddPath " $( pwd) /${MINGW_DIR} /bin"
4444 fi
4545fi
You can’t perform that action at this time.
0 commit comments