diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-10-16 16:40:00 +0200 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-10-16 16:40:00 +0200 |
commit | b3c18b8dd8156793db3022c020ada17c3017af37 (patch) | |
tree | 78cfdde7fa733546945d6c9e80da3d73842bfbcd /ci | |
parent | 0e7ff0df5fe57278d1367b5e31db6f3811c93298 (diff) | |
download | Nim-b3c18b8dd8156793db3022c020ada17c3017af37.tar.gz |
Improve niminst zip error message and fix CI build.
Diffstat (limited to 'ci')
-rw-r--r-- | ci/nsis_build.bat | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ci/nsis_build.bat b/ci/nsis_build.bat index 657b2b90a..bc3aea407 100644 --- a/ci/nsis_build.bat +++ b/ci/nsis_build.bat @@ -21,11 +21,8 @@ cd web\upload move /y docs-%NIMVER%.zip download cd ..\.. -Rem Build .zip file: -rem koch csources -d:release -rem koch xz -d:release -rem move /y build\nim-%NIMVER%.zip web\upload\download - +Rem Build csources +koch csources -d:release || exit /b rem Grab C sources and nimsuggest git clone --depth 1 https://github.com/nim-lang/csources.git |