Skip to content

Commit

Permalink
WIP try to download/compile/run flext on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Mar 31, 2016
1 parent 88f9f16 commit 2e038c0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,22 @@ addons:
- libjack-jackd2-dev
- portaudio19-dev
- libsndfile1-dev
- puredata-dev
# For Ubuntu 12.04 Precise Pangolin:
#- octave3.2-headers
# For later Ubuntu (and Debian) versions:
- liboctave-dev
# TODO: install flext
before_install:
- git clone https://github.com/grrrr/flext.git
- cd flext
- ./build.sh pd gcc || true
- ./build.sh pd gcc || true
- ./build.sh pd gcc
- sudo ./build.sh pd gcc install
script:
- make -C unit_tests
- make -C performance_tests
- make -C examples
- make -C examples mex
- make -C examples mex-double
- make -C examples pd FLEXTPATH=../flext

0 comments on commit 2e038c0

Please sign in to comment.