diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 09:13:15 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 09:13:15 -0500 |
| commit | 941df2327835ae45bc1d991add3b607d4d1f9ef5 (patch) | |
| tree | 916d8365e32d2f7fbeefd7c840890671af6a54e4 | |
| parent | b8670b1bf1ccfca0b07ae360dfa93f3980927b7c (diff) | |
| download | nimgen-941df2327835ae45bc1d991add3b607d4d1f9ef5.tar.gz nimgen-941df2327835ae45bc1d991add3b607d4d1f9ef5.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index c090ead..95e0d59 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |
