From: Paul Brossier Date: Wed, 1 Jul 2020 23:04:11 +0000 (+0200) Subject: [ci] build only lib on xcode12 in travis (borken python2.7) X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=666a5e53d5987393a0d53c9eac3e8c4110679aa0;p=aubio.git [ci] build only lib on xcode12 in travis (borken python2.7) --- diff --git a/.travis.yml b/.travis.yml index 54795daa..cebea209 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,10 +28,12 @@ matrix: language: shell os: osx osx_image: xcode11 - - name: "macOS (xcode12)" + - name: "macOS (xcode12, lib only)" language: shell os: osx osx_image: xcode12 + script: + -make test_lib_only_clean - name: "macOS (xcode10, noopt, nodeps)" language: shell os: osx