Update Travis config
This commit is contained in:
parent
2e49ce59f4
commit
dca30fff7f
15
.travis.yml
15
.travis.yml
@ -1,17 +1,20 @@
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- cppcheck
|
||||
- g++-8
|
||||
- uuid-dev
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-cache search libuuid
|
||||
|
||||
install:
|
||||
- sudo apt-get install -qq g++-8
|
||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
|
||||
- sudo apt-get install -qq cppcheck
|
||||
- sudo apt-get install uuid-dev
|
||||
|
||||
before_script:
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user