.travis.yml: try gcc-4.9
This commit is contained in:
parent
c159c88b4d
commit
b5fc12ec37
@ -12,7 +12,8 @@ before_install:
|
|||||||
- sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable -y
|
- sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable -y
|
||||||
- sudo add-apt-repository ppa:jacob/virtualisation -y
|
- sudo add-apt-repository ppa:jacob/virtualisation -y
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y --force-yes gcc-4.8 rc golang build-essential flex bison qemu-system syslinux
|
- sudo apt-get install -y --force-yes gcc-4.9 g++-4.9 rc golang build-essential flex bison qemu-system syslinux
|
||||||
|
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
|
||||||
- git submodule update --init --recursive --remote
|
- git submodule update --init --recursive --remote
|
||||||
- ./hacking/coverity-scan.sh prepare
|
- ./hacking/coverity-scan.sh prepare
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user