summary refs log tree commit diff stats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-10-07 14:11:11 -0700
committerAman Gupta <aman@tmm1.net>2015-10-07 14:11:11 -0700
commit3698b0e4b7b542996ff28dce61d8958bddbcc5e2 (patch)
tree3e19548c8d33afcc233347f0607e5f739a85a686 /appveyor.yml
parente2ec02fb7dcb18bee6fc802d465b6d4bedaef6d0 (diff)
downloadNim-3698b0e4b7b542996ff28dce61d8958bddbcc5e2.tar.gz
oops, wrong name
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
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