source: appveyor.yml @ 09fab95

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 09fab95 was e84f7b9, checked in by Paul Brossier <piem@piem.org>, 8 years ago

appveyor.yml: added basic configuration

  • Property mode set to 100644
File size: 279 bytes
Line 
1# appveyor configuration. See http://www.appveyor.com/docs/appveyor-yml
2
3before_build:
4  - curl -fsS -o waf https://waf.io/waf-1.8.20
5  - curl -fsS -o waf.bat https://raw.githubusercontent.com/waf-project/waf/master/utils/waf.bat
6
7build_script:
8  - waf configure build --verbose
Note: See TracBrowser for help on using the repository browser.