Changeset 05c54ff for .travis.yml


Ignore:
Timestamp:
Apr 30, 2016, 4:17:30 AM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
23723d8
Parents:
be06e53
Message:

.travis.yml: install sox and create some sounds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rbe06e53 r05c54ff  
    7979    - libasound2-dev
    8080    - libfftw3-dev
     81    - sox
     82
     83before_install:
     84  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then; brew upgrade; fi
     85  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then; brew install sox; fi
    8186
    8287script:
     88  - make create_test_sounds
    8389  - make build
    8490  - make build_python
Note: See TracChangeset for help on using the changeset viewer.