diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-07 14:11:11 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-07 14:11:11 -0700 |
commit | 3698b0e4b7b542996ff28dce61d8958bddbcc5e2 (patch) | |
tree | 3e19548c8d33afcc233347f0607e5f739a85a686 /appveyor.yml | |
parent | e2ec02fb7dcb18bee6fc802d465b6d4bedaef6d0 (diff) | |
download | Nim-3698b0e4b7b542996ff28dce61d8958bddbcc5e2.tar.gz |
oops, wrong name
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 |