# HG changeset patch # User Paul Brossier # Date 1469203478 -7200 # Node ID 6ad720478610dbda4cd50434861124517e52b5cc # Parent 0ca3b0a9991651efcd967fff74219812669d3301 .appveyor.yml: first configuration diff -r 0ca3b0a99916 -r 6ad720478610 .appveyor.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.appveyor.yml Fri Jul 22 18:04:38 2016 +0200 @@ -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