Appveyor bugfix
This commit is contained in:
parent
e8faaf8d0c
commit
ebd362d934
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ for:
|
||||||
appveyor DownloadFile "https://nim-lang.org/download/nim-%NIM_VERSION%_x%ARCH%.zip" -FileName "nim-%NIM_VERSION%_x%ARCH%.zip" &&
|
appveyor DownloadFile "https://nim-lang.org/download/nim-%NIM_VERSION%_x%ARCH%.zip" -FileName "nim-%NIM_VERSION%_x%ARCH%.zip" &&
|
||||||
7z x -y "nim-%NIM_VERSION%_x%ARCH%.zip"> nul &&
|
7z x -y "nim-%NIM_VERSION%_x%ARCH%.zip"> nul &&
|
||||||
del "nim-%NIM_VERSION%_x%ARCH%.zip")
|
del "nim-%NIM_VERSION%_x%ARCH%.zip")
|
||||||
- SET PATH=c:\binaries\mingw%ARCH%\bin;c:\nim-%NIM_VERSION%\bin;%USERPROFILE%\.nimble\bin;%PATH%
|
- SET PATH=c:\binaries\mingw%ARCH%\bin;c:\binaries\nim-%NIM_VERSION%\bin;%USERPROFILE%\.nimble\bin;%PATH%
|
||||||
- CD c:\projects\nimgen
|
- CD c:\projects\nimgen
|
||||||
# - git clone --depth 1 https://github.com/nim-lang/nim
|
# - git clone --depth 1 https://github.com/nim-lang/nim
|
||||||
# - cd nim
|
# - cd nim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue