Files
Nim/appveyor.yml
2015-10-07 13:42:37 -07:00

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