ref: 8ced1e817b6e4dcc4cc0d8db324de4356da580a8
parent: 805381ad3df15c215d3d9bf825f03e586081026d
author: Paul Brossier <piem@piem.org>
date: Tue Sep 25 10:11:31 EDT 2018
.appveyor.yml: do force waf to use msvc 14 (tests/ wont compile on 10)
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -68,7 +68,7 @@
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