mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-19 18:16:44 +00:00
travis try to fix
This commit is contained in:
parent
32738628ee
commit
895e1a1f3b
13
.travis.yml
13
.travis.yml
@ -1,14 +1,4 @@
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- kalakris-cmake
|
||||
- kubuntu-backports
|
||||
- boost-latest
|
||||
packages:
|
||||
- cmake
|
||||
- libboost1.55-all-dev
|
||||
|
||||
language: cpp
|
||||
|
||||
os:
|
||||
@ -28,7 +18,8 @@ matrix:
|
||||
- compiler: clang
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libboost-all-dev ; fi
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libboost-system-dev libboost-thread-dev libboost-test-dev libtinyxml-dev
|
||||
install:
|
||||
|
||||
before_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user