From: Paul Brossier Date: Fri, 22 Jul 2016 16:04:38 +0000 (+0200) Subject: .appveyor.yml: first configuration X-Git-Tag: 0.5.1~37 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=40ef8268fbf1cefe4508bde72d8e7f9ecd5c03d7;ds=inline .appveyor.yml: first configuration --- diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..07553a6 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,12 @@ +# appveyor configuration. See http://www.appveyor.com/docs/appveyor-yml + +platform: + - x86 + - Any CPU + +build_script: + - ./scripts/get_waf.sh + - ./scripts/get_aubio.sh + - ./scripts/get_deps_msvc.sh + - python waf configure + - python waf build -v