Changeset 38b7a69


Ignore:
Timestamp:
Dec 11, 2016, 1:46:55 AM (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:
5b52a54
Parents:
f61ffb9
Message:

.travis.yml: use AUBIO_NOTESTS to build only lib on ios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rf61ffb9 r38b7a69  
    1212      os: linux
    1313      compiler: gcc
    14       env: WAFOPTS=--enable-fftw3
    1514    - language: C
    1615      os: osx
     
    1918      os: linux
    2019      compiler: gcc
    21       env: HAVE_AUBIO_DOUBLE=1
    22     - python: 2.7
     20      env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile"
     21    - python: 3.4
    2322      os: linux
    2423      compiler: gcc
    25       env: HAVE_AUBIO_DOUBLE=1 WAFOPTS=--enable-fftw3
     24      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
    2625    - python: 2.7
    2726      os: linux
     
    3938      os: osx
    4039      compiler: clang
    41       env: WAFOPTS="--enable-fat --disable-avcodec --with-target-platform=ios"
     40      env: WAFOPTS="--with-target-platform=ios --disable-avcodec" AUBIO_NOTESTS=1
    4241
    4342addons:
     
    6968script:
    7069  - make create_test_sounds
    71   - make test_lib_python_clean
    72   - make test_python_only_clean
     70  - if [[ -z "$AUBIO_NOTESTS" ]]; then
     71      make test_lib_python_clean
     72      make test_python_only_clean
     73    else
     74      make test_lib_only_clean
     75    fi;
    7376
    7477notifications:
Note: See TracChangeset for help on using the changeset viewer.