From 11ea042c44592568436a064ab879bc963aaeff40 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Jul 2016 18:09:21 +0200 Subject: [PATCH] .appveyor.yml: improve --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 07553a6..41f7de4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,11 +2,11 @@ platform: - x86 - - Any CPU + - x64 build_script: - - ./scripts/get_waf.sh - - ./scripts/get_aubio.sh - - ./scripts/get_deps_msvc.sh + - sh scripts/get_waf.sh + - sh scripts/get_aubio.sh + - sh scripts/get_deps_msvc.sh - python waf configure - python waf build -v -- 2.11.0