Mercurial > hg > vamp-aubio-plugins
changeset 154:6ad720478610
.appveyor.yml: first configuration
author | Paul Brossier <piem@piem.org> |
---|---|
date | Fri, 22 Jul 2016 18:04:38 +0200 |
parents | 0ca3b0a99916 |
children | a34d587bd0f5 |
files | .appveyor.yml |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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