From: Paul Brossier Date: Tue, 25 Sep 2018 12:11:31 +0000 (+0200) Subject: .appveyor.yml: do force waf to use msvc 14 (tests/ wont compile on 10) X-Git-Tag: 0.4.8~100^2~1 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8ced1e817b6e4dcc4cc0d8db324de4356da580a8;p=aubio.git .appveyor.yml: do force waf to use msvc 14 (tests/ wont compile on 10) --- diff --git a/.appveyor.yml b/.appveyor.yml index f9f03063..9da9024c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -68,7 +68,7 @@ before_build: build_script: # also build libaubio with waf - - python waf configure build install --verbose + - python waf configure build install --verbose --msvc_version="msvc 14.0" # clean before building python package - python waf distclean # build python module without using libaubio