diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-08 21:33:01 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-08 21:33:01 -0500 |
| commit | 8892eabbe6598410d6c5f53771f62cd61648d5c3 (patch) | |
| tree | 0cd496ce5312b6e3d72de1d9e1d68d74aa405ed2 | |
| parent | 1aab352f035a91784d4ee10875357f8f7c74b712 (diff) | |
| download | nimgen-8892eabbe6598410d6c5f53771f62cd61648d5c3.tar.gz nimgen-8892eabbe6598410d6c5f53771f62cd61648d5c3.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index bfc1906..1cd28d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ install: - 7z x -y "%MINGW_ARCHIVE%" -o"%CD%\DIST"> nul - IF not exist "%NIM_ARCHIVE%" appveyor DownloadFile "%NIM_URL%" -FileName "%NIM_ARCHIVE%" - 7z x -y "%NIM_ARCHIVE%" -o"%CD%\DIST"> nul - - SET PATH=%CD%\DIST\%MINGW_DIR%\BIN;%CD%\DIST\%NIM_VERSION%;%USERPROFILE%\.nimble\bin;%PATH% + - SET PATH=%CD%\DIST\%MINGW_DIR%\BIN;%CD%\DIST\%NIM_VERSION%\bin;%USERPROFILE%\.nimble\bin;%PATH% # - git clone --depth 1 https://github.com/nim-lang/nim # - cd nim # - git clone --depth 1 https://github.com/nim-lang/csources |
