From: Paul Brossier Date: Sat, 30 Sep 2017 21:58:05 +0000 (+0200) Subject: .appveyor.yml: no more .bat file X-Git-Tag: 0.4.6~9^2~5 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=bf6df1c31673cb9001144836961c0e819f99859d;p=aubio.git .appveyor.yml: no more .bat file --- diff --git a/.appveyor.yml b/.appveyor.yml index 9349f48f..76569df3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -61,8 +61,8 @@ build_script: - "python python\\demos\\demo_create_test_sounds.py" - "nose2 --verbose" # clean up - - waf distclean + - "python waf distclean" # build libaubio - - waf configure build --verbose + - "python waf configure build --verbose" # build python module using libaubio dll - "python setup.py build"