shithub: aubio

Download patch

ref: 95e033648c5a5335225f4bfedf8380d3e273f989
parent: 6a6cb48e0dcd647d4f963fedfb9652ddc88d988b
author: Paul Brossier <piem@piem.org>
date: Fri Apr 29 23:44:26 EDT 2016

.travis.yml: test double precision mode on all platforms

--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,6 @@
     - python: 2.7
       os: linux
       compiler: gcc
-      env: ARCH=x86_64 HAVE_DOUBLE=--enable-double
-    - python: 2.7
-      os: linux
-      compiler: gcc
       env: ARCH=i386
     - python: 3.4
       os: linux
@@ -40,6 +36,38 @@
       os: osx
       compiler: gcc
       env: ARCH=i386
+    - python: 2.7
+      os: linux
+      compiler: gcc
+      env: ARCH=x86_64 HAVE_DOUBLE=1
+    - python: 2.7
+      os: linux
+      compiler: gcc
+      env: ARCH=i386 HAVE_DOUBLE=1
+    - python: 3.4
+      os: linux
+      compiler: gcc
+      env: ARCH=x86_64 HAVE_DOUBLE=1
+    - python: 3.4
+      os: linux
+      compiler: gcc
+      env: ARCH=i386 HAVE_DOUBLE=1
+    - language: C
+      os: osx
+      compiler: clang
+      env: ARCH=x86_64 HAVE_DOUBLE=1
+    - language: C
+      os: osx
+      compiler: clang
+      env: ARCH=i386 HAVE_DOUBLE=1
+    - language: C
+      os: osx
+      compiler: gcc
+      env: ARCH=x86_64 HAVE_DOUBLE=1
+    - language: C
+      os: osx
+      compiler: gcc
+      env: ARCH=i386 HAVE_DOUBLE=1
 
 addons:
   apt: