aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-12-31 12:33:09 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-12-31 12:33:09 -0600
commitcf132951bdc326602532a740791041c139895b5e (patch)
treee6f8f15fb15791b386ad0bb63a3e9889cd051060
parent31b63a6ea6d035d23b009d8b18d6f74c004c1ce5 (diff)
downloadnimgen-cf132951bdc326602532a740791041c139895b5e.tar.gz
nimgen-cf132951bdc326602532a740791041c139895b5e.zip
Update appveyor to 0.19.2
-rw-r--r--appveyor.yml15
1 files changed, 1 insertions, 14 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e4e062e..2e382be 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,7 +10,7 @@ matrix:
environment:
matrix:
- NIM_VERSION: 0.18.0
- - NIM_VERSION: 0.19.0
+ - NIM_VERSION: 0.19.2
for:
-
@@ -50,19 +50,6 @@ for:
del "nim-%NIM_VERSION%_x%ARCH%.zip")
- SET PATH=c:\binaries\mingw%ARCH%\bin;c:\binaries\nim-%NIM_VERSION%\bin;%USERPROFILE%\.nimble\bin;%PATH%
- CD c:\projects\nimgen
- # - git clone --depth 1 https://github.com/nim-lang/nim
- # - cd nim
- # - git clone --depth 1 https://github.com/nim-lang/csources
- # - cd csources
- # - IF "%PLATFORM%" == "x64" ( build64.bat ) else ( build.bat )
- # - cd ..
- # - IF not exist "%DLLS_ARCHIVE%" appveyor DownloadFile "%DLLS_URL%" -FileName "%DLLS_ARCHIVE%"
- # - 7z x -y "%DLLS_ARCHIVE%" -o"%CD%\bin"> nul
- # - bin\nim c -d:release koch
- # - koch boot -d:release
- # - koch nimble -d:release
- # - SET PATH=%CD%\bin;%PATH%
- # - cd ..
on_finish:
- 7z a -r buildlogs-win-pkgs.zip %USERPROFILE%\.nimble\pkgs