From 6fc82607dfd30eae5dc025eba1c77f87ba5e21f3 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 7 Oct 2015 14:13:55 -0700 Subject: [PATCH] oh yea windows paths --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2c921a9999..0ff1bba80b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,14 @@ +clone_depth: 5 + 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 + - git clone -q --depth 1 https://github.com/nim-lang/csources - cd csources - build64.bat - cd .. - - bin/nim koch + - bin\nim koch - koch boot