scripts/get_aubio.sh: always pass options
[vamp-aubio-plugins.git] / .appveyor.yml
1 # appveyor configuration. See http://www.appveyor.com/docs/appveyor-yml
2
3 platform:
4   - x86
5   - x64
6
7 build_script:
8   - sh scripts/get_waf.sh
9   - patch -p1 < scripts/aubio_waf_msvc.patch
10   - sh scripts/get_aubio.sh
11   - sh scripts/get_deps_msvc.sh
12   - python waf configure
13   - python waf build -v