.appveyor.yml: no more .bat file
authorPaul Brossier <piem@piem.org>
Sat, 30 Sep 2017 21:58:05 +0000 (23:58 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 30 Sep 2017 21:58:05 +0000 (23:58 +0200)
.appveyor.yml

index 9349f48..76569df 100644 (file)
@@ -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"