Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scalarwaves authored Jun 11, 2020
1 parent f556871 commit a5774e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ after_failure:
before_install:
- eval "${MATRIX_EVAL}"
script:
- cd scripts && ./getdeps.sh && ./builddeps.sh && cd ..
- cd build && cmake -G Ninja .. && ninja
- mkdir -p build && cd build && cmake -G Ninja .. && ninja
matrix:
include:
- os: linux
Expand All @@ -25,11 +24,15 @@ matrix:
- gcc-7
- g++-7
- cmake
- chuck
- faust
- ninja-build
- libsndfile1-dev
- libpulse-dev
- libasound2-dev
- liblo-dev
- libsamplerate0-dev
- librtaudio-dev
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"

0 comments on commit a5774e9

Please sign in to comment.