Go back using gcc 7
This commit is contained in:
parent
96079cdebd
commit
db2f64d3cc
2 changed files with 0 additions and 10 deletions
|
|
@ -8,30 +8,22 @@ jobs:
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
dist: bionic
|
dist: bionic
|
||||||
env: MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:ubuntu-toolchain-r/test'
|
- sourceline: 'ppa:ubuntu-toolchain-r/test'
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- gcc-8
|
|
||||||
- g++-8
|
|
||||||
- doxygen
|
- doxygen
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: bionic
|
dist: bionic
|
||||||
env: MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:ubuntu-toolchain-r/test'
|
- sourceline: 'ppa:ubuntu-toolchain-r/test'
|
||||||
|
|
||||||
packages:
|
|
||||||
- gcc-8
|
|
||||||
- g++-8
|
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.1
|
osx_image: xcode10.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,5 @@ set -ex
|
||||||
|
|
||||||
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
|
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
|
||||||
sudo apt-get install libasound2-dev libjack-jackd2-dev libsndfile1-dev lv2-dev
|
sudo apt-get install libasound2-dev libjack-jackd2-dev libsndfile1-dev lv2-dev
|
||||||
|
|
||||||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 100
|
|
||||||
gcc -v && g++ -v && cmake --version && /usr/local/bin/cmake --version && $SHELL --version
|
gcc -v && g++ -v && cmake --version && /usr/local/bin/cmake --version && $SHELL --version
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue