.appveyor.yml: improve
[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   - sh scripts/get_aubio.sh
10   - sh scripts/get_deps_msvc.sh
11   - python waf configure
12   - python waf build -v