From: Paul Brossier Date: Fri, 22 Jul 2016 16:09:21 +0000 (+0200) Subject: .appveyor.yml: improve X-Git-Tag: 0.5.1~36 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=11ea042c44592568436a064ab879bc963aaeff40 .appveyor.yml: improve --- 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