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"
29
29
30
30
if isWindows; then
31
31
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
37
32
arch=i686
38
33
if [ " $MSYS_BITS " = " 64" ]; then
39
34
arch=x86_64
40
35
fi
41
36
pacman -S --noconfirm --needed mingw-w64-$arch -toolchain mingw-w64-$arch -cmake \
42
37
mingw-w64-$arch -gcc mingw-w64-$arch -python2
43
38
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"
44
44
fi
45
45
fi
You can’t perform that action at this time.
0 commit comments