From: Paul Brossier Date: Sat, 30 Apr 2016 01:44:26 +0000 (+0200) Subject: .travis.yml: test double precision mode on all platforms X-Git-Tag: 0.4.4~300^2~181 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=95e033648c5a5335225f4bfedf8380d3e273f989;p=aubio.git .travis.yml: test double precision mode on all platforms --- diff --git a/.travis.yml b/.travis.yml index 5b2c2efc..57ab5270 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,6 @@ matrix: - 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 @@ matrix: 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: