From 2a83f33bf5bba09363d314c6ab6eeca2785b9f86 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 7 Oct 2015 13:28:04 -0700 Subject: [PATCH] use the batch file --- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f8eb821364..93f7ae5a8b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,4 +3,9 @@ platform: - x64 build_script: - - C:/cygwin/bin/bash bootstrap.sh + - git clone -q --depth 1 git://github.com/nim-lang/csources.git csources + - cd csources + - build.bat + - cd .. + - bin/nim koch + - koch boot