ref: d4a1d0fbd00e0165cd365f822213081077e0ad27
parent: a10cd450366f499f49247c68a9bf006b898ec028
author: Paul Brossier <piem@piem.org>
date: Tue Feb 6 18:46:53 EST 2018
.travis.yml: remove xcode8.2 builds, group osx, add alias pip=pip2
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,6 @@
- python: 2.7
os: linux
compiler: gcc
- - language: C
- os: osx
- osx_image: xcode8
- compiler: clang
- python: 3.5
os: linux
compiler: gcc
@@ -29,37 +25,21 @@
env: CFLAGS="`dpkg-buildflags --get CFLAGS`" LDFLAGS="`dpkg-buildflags --get LDFLAGS`"
- language: C
os: osx
- osx_image: xcode8
compiler: clang
- env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate"
- language: C
os: osx
- osx_image: xcode8
compiler: clang
- env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile"
+ env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate"
- language: C
os: osx
- osx_image: xcode8
compiler: clang
- env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
- - language: C
- os: osx
- osx_image: xcode8
- compiler: clang
- env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
- - language: C
- os: osx
- osx_image: xcode8.2
- compiler: clang
env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile"
- language: C
os: osx
- osx_image: xcode8.2
compiler: clang
env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
- language: C
os: osx
- osx_image: xcode8.2
compiler: clang
env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
@@ -95,6 +75,10 @@
fi;
install:
+ - |
+ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+ alias pip=pip2
+ fi;
- travis_retry pip install --upgrade pip
- travis_retry make getwaf expandwaf deps_python
- which pip