chore: update travis.ci configuration
This commit is contained in:
parent
4e58fafce3
commit
96e9fc0d11
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ addons:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- cmake
|
- cmake
|
||||||
|
- libosmium2-dev
|
||||||
|
homebrew:
|
||||||
|
packages:
|
||||||
|
- libosmium
|
||||||
|
- boost
|
||||||
|
update: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export LD_LIBRARY_PATH=$(if [[ $CXX == "clang++" ]]; then echo -n '/usr/local/clang/lib'; fi)
|
- export LD_LIBRARY_PATH=$(if [[ $CXX == "clang++" ]]; then echo -n '/usr/local/clang/lib'; fi)
|
||||||
|
|
Loading…
Reference in a new issue