shithub: aubio

Download patch

ref: 666a5e53d5987393a0d53c9eac3e8c4110679aa0
parent: 69cd58c36e949af602d19ab9bcaa3711fd80d594
author: Paul Brossier <piem@piem.org>
date: Wed Jul 1 21:04:11 EDT 2020

[ci] build only lib on xcode12 in travis (borken python2.7)

--- a/.travis.yml
+++ b/.travis.yml
@@ -28,10 +28,12 @@
       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