Update Appveyor 32-bit download path
This commit is contained in:
parent
56f78b4aaf
commit
74db620c93
|
@ -3,6 +3,7 @@ version: '{build}'
|
|||
cache:
|
||||
- nim-0.18.0_x64.zip
|
||||
- x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z
|
||||
- i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
|
||||
- packages -> **\packages.config
|
||||
- '%LocalAppData%\NuGet\Cache -> **\packages.config'
|
||||
|
||||
|
@ -20,9 +21,9 @@ environment:
|
|||
NIM_URL: https://nim-lang.org/download/nim-0.18.0_x64.zip
|
||||
platform: x64
|
||||
- MINGW_ARCHIVE: i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
|
||||
MINGW_DIR: mingw64
|
||||
MINGW_DIR: mingw32
|
||||
# We need to hardcode a mirror otherwise the download fails
|
||||
MINGW_URL: https://ayera.dl.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.2/threads-win32/seh/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
|
||||
MINGW_URL: https://netcologne.dl.sourceforge.net/project/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.2/threads-win32/dwarf/i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
|
||||
NIM_ARCHIVE: nim-0.18.0_x64.zip
|
||||
NIM_DIR: nim-0.18.0
|
||||
NIM_URL: https://nim-lang.org/download/nim-0.18.0_x32.zip
|
||||
|
|
Loading…
Reference in New Issue