Changeset ed77585


Ignore:
Timestamp:
Jul 1, 2020, 11:24:38 PM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
5e47483
Parents:
b579158
Message:

[ci] add names and upgrade travis targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rb579158 red77585  
    33matrix:
    44  include:
    5     - python: 3.6
     5    - name: "Linux Python 3.8"
     6      python: 3.8
    67      os: linux
    7       compiler: gcc
    8     - python: 3.5
     8    - name: "Linux Python 3.6"
     9      python: 3.6
    910      os: linux
    10       compiler: gcc
    1111      env: WAFOPTS="--build-type=debug"
    12     - python: 2.7
     12    - name: "Linux Python 2.7"
     13      python: 2.7
    1314      os: linux
    14       compiler: gcc
    15     - python: "pypy3"
     15    - name: "Linux Python pypy3"
     16      python: "pypy3"
    1617      os: linux
    17       compiler: gcc
    18       env: CFLAGS="-Os" WAFOPTS="--disable-avcodec"
    19     - python: 3.6
     18    - name: "Linux (fftw3, no other deps)"
     19      python: 3.8
    2020      os: linux
    21       compiler: gcc
    22       env: CFLAGS="-Os" WAFOPTS="--disable-samplerate"
    23     - python: 3.5
     21      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec --disable-samplerate"
     22    - python: "Linux (default debflags)"
    2423      os: linux
    25       compiler: gcc
    26       env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
    27     - python: 2.7
    28       os: linux
    29       compiler: gcc
    3024      env: CFLAGS="`dpkg-buildflags --get CFLAGS`" LDFLAGS="`dpkg-buildflags --get LDFLAGS`"
    31     - language: C
     25
     26    - name: "macOS (xcode11)"
     27      language: shell
    3228      os: osx
    33       compiler: clang
    34     - language: C
     29      osx_image: xcode11
     30    - name: "macOS (xcode12)"
     31      language: shell
    3532      os: osx
    36       compiler: clang
    37       env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate"
    38     - language: C
     33      osx_image: xcode11
     34    - name: "macOS (xcode10, noopt, nodeps)"
     35      env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --disable-avcodec --disable-sndfile --disable-samplerate"
    3936      os: osx
    40       compiler: clang
    41       env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile --disable-samplerate"
    42     - language: C
     37      osx_image: xcode11
     38    - name: "iOS"
     39      language: shell
    4340      os: osx
    44       compiler: clang
    4541      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1
    46     - language: C
     42    - name: "iOSSimulator"
     43      language: shell
    4744      os: osx
    48       compiler: clang
    4945      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1
     46
     47    - name: "Python 3.8.0 on windows"
     48      language: shell
     49      os: windows
    5050
    5151# use trusty
     
    7777
    7878install:
    79   - travis_retry pip install --upgrade pip
     79  - python -m pip install --upgrade pip
    8080  - travis_retry make getwaf expandwaf deps_python
    8181  - which pip
Note: See TracChangeset for help on using the changeset viewer.