mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-19 10:06:45 +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
|
language: cpp
|
||||||
|
|
||||||
os:
|
os:
|
||||||
@ -28,7 +18,8 @@ matrix:
|
|||||||
- compiler: clang
|
- compiler: clang
|
||||||
|
|
||||||
before_install:
|
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:
|
install:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user