Setup CI
This commit is contained in:
parent
b8670b1bf1
commit
941df23278
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ install:
|
|||
- IF not exist "%NIM_ARCHIVE%" appveyor DownloadFile "%NIM_URL%" -FileName "%NIM_ARCHIVE%"
|
||||
- 7z x -y "%NIM_ARCHIVE%"> nul
|
||||
- SET PATH=%BASE_DIR%\%MINGW_DIR%\BIN;%BASE_DIR%\%NIM_VERSION%\bin;%USERPROFILE%\.nimble\bin;%PATH%
|
||||
- CD %BASE_DIR%\nimgen
|
||||
# - git clone --depth 1 https://github.com/nim-lang/nim
|
||||
# - cd nim
|
||||
# - git clone --depth 1 https://github.com/nim-lang/csources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue