Mercurial > hg > vamp-aubio-plugins
changeset 155:a34d587bd0f5
.appveyor.yml: improve
author | Paul Brossier <piem@piem.org> |
---|---|
date | Fri, 22 Jul 2016 18:09:21 +0200 |
parents | 6ad720478610 |
children | e20eb5ee1731 |
files | .appveyor.yml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.appveyor.yml Fri Jul 22 18:04:38 2016 +0200 +++ b/.appveyor.yml Fri Jul 22 18:09:21 2016 +0200 @@ -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