Changeset 205fe43


Ignore:
Timestamp:
Sep 24, 2018, 10:49:57 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:
b801583
Parents:
981e0a38
Message:

.appveyor.yml: simplify, add test_script, move requirements to install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    r981e0a38 r205fe43  
    5757  - "python -m pip install wheel"
    5858
     59  - "pip install -r requirements.txt"
     60
    5961before_build:
    6062  - "bash scripts/get_waf.sh"
     
    6264build_script:
    6365  # build python module without using libaubio
    64   - "%PYTHONDIR%\\python.exe -m pip install -r requirements.txt"
    65   - "python setup.py build"
    66   - "%PYTHONDIR%\\python.exe -m pip install ."
     66  - pip wheel -v -v -v --wheel-dir=dist .
     67  # also build libaubio with waf
     68  - python waf distclean configure build install --verbose --msvc_version="msvc 14.0"
     69
     70test_script:
    6771  - "python python\\demos\\demo_create_test_sounds.py"
    6872  - "nose2 --verbose"
    69   # clean up
    70   - "python waf distclean"
    71   # build libaubio
    72   - python waf configure build --verbose --msvc_version="msvc 14.0"
Note: See TracChangeset for help on using the changeset viewer.