From 38e74630911dbe213a9f306c98053337c38d4491 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 7 Oct 2015 14:06:07 -0700 Subject: [PATCH] start with 64-bit build --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f639c62bf5..2c921a9999 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