summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-09-27 20:17:17 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-09-27 20:17:17 +0200
commita4fbff13eba65ee41a6a2aa4e99ada58aa210a12 (patch)
tree0b21fc1a836877238f35a9cad3d217a5ee6db375
parent21e35c201c629c6e2d16a4db0d99440b50782a2d (diff)
downloadNim-a4fbff13eba65ee41a6a2aa4e99ada58aa210a12.tar.gz
nimsuggest is built by koch.nim instead
-rw-r--r--ci/nsis_build.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/nsis_build.bat b/ci/nsis_build.bat
index 24ce11012..cb54a82b8 100644
--- a/ci/nsis_build.bat
+++ b/ci/nsis_build.bat
@@ -29,7 +29,6 @@ rem move /y build\nim-%NIMVER%.zip web\upload\download
 
 rem Grab C sources and nimsuggest
 git clone --depth 1 https://github.com/nim-lang/csources.git
-git clone --depth 1 https://github.com/nim-lang/nimsuggest.git
 
 set PATH=%CD%\bin;%PATH%
 
@@ -40,10 +39,6 @@ cd csources
 call build.bat
 cd ..
 koch boot -d:release || exit /b
-cd nimsuggest
-nim c -d:release --noNimblePath --path:.. nimsuggest || exit /b
-copy /y nimsuggest.exe ..\bin || exit /b
-cd ..
 koch nsis -d:release || exit /b
 dir build
 move /y build\nim_%NIMVER%.exe build\nim-%NIMVER%_x32.exe || exit /b
@@ -55,9 +50,5 @@ cd csources
 call build64.bat
 cd ..
 koch boot -d:release || exit /b
-cd nimsuggest
-nim c -d:release --noNimblePath --path:.. nimsuggest || exit /b
-copy /y nimsuggest.exe ..\bin || exit /b
-cd ..
 koch nsis -d:release || exit /b
 move /y build\nim_%NIMVER%.exe build\nim-%NIMVER%_x64.exe || exit /b