mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
install more recent gcc from a PPA for travis
This commit is contained in:
parent
822db3090f
commit
bdfc436a8c
1 changed files with 9 additions and 0 deletions
|
|
@ -4,9 +4,18 @@ compiler:
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- |
|
||||||
|
if [ "$CC" = "gcc" ]; then
|
||||||
|
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
|
export CC="gcc-4.8"
|
||||||
|
fi
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get build-dep -qq irssi
|
- sudo apt-get build-dep -qq irssi
|
||||||
- sudo apt-get install -qq lynx
|
- sudo apt-get install -qq lynx
|
||||||
|
- |
|
||||||
|
case "$CC" in gcc-*) :
|
||||||
|
sudo apt-get install -qq $CC
|
||||||
|
esac
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh --with-proxy --with-bot
|
- ./autogen.sh --with-proxy --with-bot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue