Changeset 22e991b


Ignore:
Timestamp:
Nov 30, 2016, 7:05:43 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, sampler, yinfft+
Children:
a028a04
Parents:
e56ac16
Message:

Makefile, .travis.yml: merge test_python and test_python_osx rules

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    re56ac16 r22e991b  
    8787script:
    8888  - make create_test_sounds
    89   - make build
    90   - make build_python
    91   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi
    92   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi
    93   - make clean_python
    94   - make clean
    95   - make distcheck
     89  - make test_python
    9690  - make test_pure_python
    9791
  • Makefile

    re56ac16 r22e991b  
    3535
    3636test_python: export LD_LIBRARY_PATH=$(PWD)/build/src
    37 test_python:
     37test_python: local_dylib
    3838        # clean
    3939        -pip uninstall -v -y aubio
     
    5858        # create links from ~/lib/lib* to build/src/lib*
    5959        [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.[0-9].dylib ~/lib ) || true
    60 
    61 test_python_osx: local_dylib test_python
    6260
    6361clean_python:
Note: See TracChangeset for help on using the changeset viewer.