CI: Fixes NSIS deployments.

This commit is contained in:
Dominik Picheta
2016-09-24 17:26:53 +02:00
parent 7a107dc245
commit 547fb7f1e4

View File

@@ -39,7 +39,6 @@ set PATH=C:\Users\araq\projects\mingw32\bin;%PATH%
cd csources
call build.bat
cd ..
nim c koch || exit /b
koch boot -d:release || exit /b
cd nimsuggest
nim c -d:release --noNimblePath --path:.. nimsuggest || exit /b
@@ -55,7 +54,6 @@ set PATH=C:\Users\araq\projects\mingw64\bin;%PATH%
cd csources
call build64.bat
cd ..
nim c koch || exit /b
koch boot -d:release || exit /b
cd nimsuggest
nim c -d:release --noNimblePath --path:.. nimsuggest || exit /b