Changeset cdc610b


Ignore:
Timestamp:
Sep 24, 2018, 11:14:21 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
28c473e
Parents:
6e4dc1b
Message:

.appveyor.yml: clean before building python wheel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    r6e4dc1b rcdc610b  
    6464build_script:
    6565  # also build libaubio with waf
    66   - python waf distclean configure build install --verbose --msvc_version="msvc 14.0"
     66  - python waf configure build install --verbose --msvc_version="msvc 14.0"
     67  # clean before building python package
     68  - python waf distclean
    6769  # build python module without using libaubio
    6870  - pip wheel -v -v -v --wheel-dir=dist .
Note: See TracChangeset for help on using the changeset viewer.