Switch to xenial build environment
This commit is contained in:
parent
98c9e62581
commit
3633cb4ac9
1 changed files with 2 additions and 4 deletions
|
|
@ -3,14 +3,12 @@ language: c++
|
|||
git:
|
||||
depth: 1
|
||||
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
|
||||
sudo: true
|
||||
|
||||
install:
|
||||
- echo "deb http://de.archive.ubuntu.com/ubuntu xenial main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install --allow-unauthenticated g++ libboost-all-dev cmake libreadline-dev libssl-dev autoconf parallel
|
||||
- sudo apt-get install --allow-unauthenticated g++ libboost-all-dev cmake libssl-dev autoconf parallel
|
||||
|
||||
addons:
|
||||
sonarcloud:
|
||||
|
|
|
|||
Loading…
Reference in a new issue