mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-20 02:26:45 +00:00
fix travis
This commit is contained in:
parent
e2ff743cbe
commit
e4a4d1a17d
18
.travis.yml
18
.travis.yml
@ -3,10 +3,7 @@ language: cpp
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- compiler/.cabal-sandbox
|
|
||||||
- cs/packages
|
|
||||||
env:
|
env:
|
||||||
- LANG=cpp-clang
|
- LANG=cpp-clang
|
||||||
- LANG=cpp-gcc
|
- LANG=cpp-gcc
|
||||||
@ -18,18 +15,7 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
- libboost1.55-all-dev
|
- libboost1.55-all-dev
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
# linux VM is too small to build C++ unit tests with g++
|
|
||||||
- os: linux
|
|
||||||
env: LANG=cpp-gcc
|
|
||||||
# linux C++ build/test already includes Python
|
|
||||||
- os: linux
|
|
||||||
env: LANG=cpp-clang
|
|
||||||
- os: osx
|
|
||||||
env: LANG=cpp-gcc
|
|
||||||
- os: osx
|
|
||||||
env: LANG=cpp-clang
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# select C++ compiler
|
# select C++ compiler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user