diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-08 21:14:23 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-08 21:14:23 -0500 |
| commit | 30e5da82a0ef2ee42ef790c5b0d457e09da0a4bd (patch) | |
| tree | bb346f543095b219160886d01d7440ae7a0b7d26 | |
| parent | ad7df8d34e49b8a14f8b7bb3e6127d3fe4fa1ef9 (diff) | |
| download | nimgen-30e5da82a0ef2ee42ef790c5b0d457e09da0a4bd.tar.gz nimgen-30e5da82a0ef2ee42ef790c5b0d457e09da0a4bd.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2a1c748..b6f9f61 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,12 +18,9 @@ environment: install: - MKDIR %CD%\DIST - - MKDIR %CD%\DIST\PCRE - - nuget install pcre -Verbosity quiet -Version 8.33.0.1 -OutputDirectory %CD%\DIST\PCRE - IF not exist "%MINGW_ARCHIVE%" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_ARCHIVE%" - 7z x -y "%MINGW_ARCHIVE%" -o"%CD%\DIST"> nul - SET PATH=%CD%\DIST\%MINGW_DIR%\BIN;%CD%\BIN;%PATH% - - IF "%PLATFORM%" == "x64" ( copy %CD%\DIST\PCRE\pcre.redist.8.33.0.1\build\native\bin\v100\x64\Release\dynamic\utf8\pcre8.dll %CD%\bin\pcre64.dll ) ELSE ( copy %CD%\DIST\PCRE\pcre.redist.8.33.0.1\build\native\bin\v100\Win32\Release\dynamic\utf8\pcre8.dll %CD%\bin\pcre32.dll ) - git clone --depth 1 https://github.com/nim-lang/nim - cd nim - git clone --depth 1 https://github.com/nim-lang/csources |
