Skip to content
Snippets Groups Projects
Commit 72135997 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

appveyor: MINGW_BIN, not MINGW_EXE

parent 4fe217f1
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@ install:
- 7z x -y "%MINGW_DLL_TAR%.lzma" -o%TMP% >null
- 7z x -y "%TMP%\%MINGW_DLL_TAR%" -o%TMP% >null
- if not exist "%MINGW_EXE_TAR%.lzma" appveyor DownloadFile "%MINGW_EXE_URL%" -FileName "%MINGW_EXE_TAR%.lzma"
- 7z x -y "%MINGW_EXE_TAR%.lzma" -o%TMP% >null
- 7z x -y "%TMP%\%MINGW_EXE_TAR%" -o%TMP% >null
- if not exist "%MINGW_BIN_TAR%.lzma" appveyor DownloadFile "%MINGW_BIN_URL%" -FileName "%MINGW_BIN_TAR%.lzma"
- 7z x -y "%MINGW_BIN_TAR%.lzma" -o%TMP% >null
- 7z x -y "%TMP%\%MINGW_BIN_TAR%" -o%TMP% >null
- robocopy /S /xx /ns /nc /nfl /ndl /np /njh /njs %TMP%\bin C:\Mingw\bin || exit 0
configuration:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment