mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
13 lines
221 B
YAML
13 lines
221 B
YAML
platform:
|
|
- x86
|
|
- x64
|
|
|
|
build_script:
|
|
- SET PATH=c:\msys64\bin;%PATH%
|
|
- git clone -q --depth 1 git://github.com/nim-lang/csources.git csources
|
|
- cd csources
|
|
- build.bat
|
|
- cd ..
|
|
- bin/nim koch
|
|
- koch boot
|