From a4fbff13eba65ee41a6a2aa4e99ada58aa210a12 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 27 Sep 2016 20:17:17 +0200 Subject: nimsuggest is built by koch.nim instead --- ci/nsis_build.bat | 9 --------- 1 file changed, 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 -- cgit 1.4.1-2-gfad0