ref: cdc610bf77315a779256ddb9a1f9a7526c317159
parent: 6e4dc1ba73775ab94cf16ab88fc2f518cead6e11
author: Paul Brossier <piem@piem.org>
date: Mon Sep 24 19:14:21 EDT 2018
.appveyor.yml: clean before building python wheel
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -63,7 +63,9 @@
build_script:
# also build libaubio with waf
- - python waf distclean configure build install --verbose --msvc_version="msvc 14.0"
+ - 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
- pip wheel -v -v -v --wheel-dir=dist .
# build, upload and install wheel (inspired by numpy's appveyor)