.appveyor.yml: remove def output, do not try to build python-aubio against libaubio
authorPaul Brossier <piem@piem.org>
Tue, 3 Oct 2017 14:14:44 +0000 (16:14 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 3 Oct 2017 14:14:44 +0000 (16:14 +0200)
.appveyor.yml

index c962e17..a39cd42 100644 (file)
@@ -64,6 +64,3 @@ build_script:
   - "python waf distclean"
   # build libaubio
   - python waf configure build --verbose --msvc_version="msvc 14.0"
-  - "type build\\src\\libaubio-5.def"
-  # build python module using libaubio dll
-  - "python setup.py build"