Changeset bf6df1c


Ignore:
Timestamp:
Sep 30, 2017, 11:58:05 PM (7 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:
b0353ab
Parents:
3cc0022
Message:

.appveyor.yml: no more .bat file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    r3cc0022 rbf6df1c  
    6262  - "nose2 --verbose"
    6363  # clean up
    64   - waf distclean
     64  - "python waf distclean"
    6565  # build libaubio
    66   - waf configure build --verbose
     66  - "python waf configure build --verbose"
    6767  # build python module using libaubio dll
    6868  - "python setup.py build"
Note: See TracChangeset for help on using the changeset viewer.