summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-10-07 14:06:07 -0700
committerAman Gupta <aman@tmm1.net>2015-10-07 14:06:07 -0700
commit38e74630911dbe213a9f306c98053337c38d4491 (patch)
tree3e19548c8d33afcc233347f0607e5f739a85a686
parent0d2fe39357245b7cc6687da277921f6ea5541eff (diff)
downloadNim-38e74630911dbe213a9f306c98053337c38d4491.tar.gz
start with 64-bit build
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f639c62bf..2c921a999 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,12 +1,12 @@
 platform:
-  - x86
   - 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
-  - build.bat
+  - build64.bat
   - cd ..
   - bin/nim koch
   - koch boot