mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* CIs: attempt to use csources_v1
* also updated the BSDs
* also updated azure pipelines
* std modules should not itself use the 'std/' import dir...
* compiler has to be careful with std/ for v1 booting
(cherry picked from commit a9b62de895)
15 lines
327 B
Batchfile
15 lines
327 B
Batchfile
REM Some debug info
|
|
echo "Running on %CI_RUNNER_ID% (%CI_RUNNER_DESCRIPTION%) with tags %CI_RUNNER_TAGS%."
|
|
gcc -v
|
|
|
|
git clone --depth 1 https://github.com/nim-lang/csources_v1.git csources
|
|
cd csources
|
|
call build64.bat
|
|
cd ..
|
|
set PATH=%CD%\bin;%PATH%
|
|
nim -v
|
|
nim c koch
|
|
koch.exe boot
|
|
copy bin/nim bin/nimd
|
|
koch.exe boot -d:release
|