Browse Source

upload .travis.yml

tags/v1.9.10
KimJeongYeon 11 years ago
parent
commit
540a5ff8f5
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      .travis.yml

+ 5
- 4
.travis.yml View File

@@ -1,8 +1,9 @@
ilanguage: cpp
language:
- cpp
compiler:
- gcc
- clang
install:
- sudo apt-get install libsamplerate-dev libsndfile-dev libasound2-dev
# Change this to your needs
script: cd ./jack;./waf configure --alsa;./waf build
script:
- ./waf configure --alsa
- ./waf build

Loading…
Cancel
Save