summary refs log tree commit diff stats
path: root/ci/build.bat
blob: cdce8d3d2927a1c560ad478688b55321b30a52a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.git
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