mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 18:42:53 +02:00
Merge bdfc436a8c into 8657cd22cf
This commit is contained in:
commit
9f80fa374d
1 changed files with 9 additions and 0 deletions
|
|
@ -8,10 +8,19 @@ env:
|
||||||
- CC=gcc
|
- CC=gcc
|
||||||
|
|
||||||
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
|
||||||
- perl -V
|
- perl -V
|
||||||
- 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
|
||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue