Changeset 95e0336


Ignore:
Timestamp:
Apr 30, 2016, 3:44:26 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
be06e53
Parents:
6a6cb48
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r6a6cb48 r95e0336  
    99      compiler: gcc
    1010      env: ARCH=x86_64
    11     - python: 2.7
    12       os: linux
    13       compiler: gcc
    14       env: ARCH=x86_64 HAVE_DOUBLE=--enable-double
    1511    - python: 2.7
    1612      os: linux
     
    4137      compiler: gcc
    4238      env: ARCH=i386
     39    - python: 2.7
     40      os: linux
     41      compiler: gcc
     42      env: ARCH=x86_64 HAVE_DOUBLE=1
     43    - python: 2.7
     44      os: linux
     45      compiler: gcc
     46      env: ARCH=i386 HAVE_DOUBLE=1
     47    - python: 3.4
     48      os: linux
     49      compiler: gcc
     50      env: ARCH=x86_64 HAVE_DOUBLE=1
     51    - python: 3.4
     52      os: linux
     53      compiler: gcc
     54      env: ARCH=i386 HAVE_DOUBLE=1
     55    - language: C
     56      os: osx
     57      compiler: clang
     58      env: ARCH=x86_64 HAVE_DOUBLE=1
     59    - language: C
     60      os: osx
     61      compiler: clang
     62      env: ARCH=i386 HAVE_DOUBLE=1
     63    - language: C
     64      os: osx
     65      compiler: gcc
     66      env: ARCH=x86_64 HAVE_DOUBLE=1
     67    - language: C
     68      os: osx
     69      compiler: gcc
     70      env: ARCH=i386 HAVE_DOUBLE=1
    4371
    4472addons:
Note: See TracChangeset for help on using the changeset viewer.