diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..2c921a999 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +platform: + - x64 + +build_script: + - SET PATH=C:\msys64\mingw64\bin;%PATH% + - gcc -v + - git clone -q --depth 1 git://github.com/nim-lang/csources.git csources + - cd csources + - build64.bat + - cd .. + - bin/nim koch + - koch boot |