From 3698b0e4b7b542996ff28dce61d8958bddbcc5e2 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 7 Oct 2015 14:11:11 -0700 Subject: oops, wrong name --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') 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 -- cgit 1.4.1-2-gfad0