mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Merge pull request #312 from Jellyfrog/patch-1
Switch to modern Travis CI infrastructure
This commit is contained in:
commit
8217147a80
14
.travis.yml
14
.travis.yml
@ -1,3 +1,4 @@
|
||||
sudo: false
|
||||
language: perl
|
||||
perl:
|
||||
- "5.20-shrplib"
|
||||
@ -7,19 +8,22 @@ env:
|
||||
- CC=clang
|
||||
- CC=gcc
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libperl-dev
|
||||
- elinks
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- perl -V
|
||||
- sudo apt-get build-dep -qq irssi
|
||||
- sudo apt-get install -qq lynx
|
||||
|
||||
install: true
|
||||
|
||||
script:
|
||||
- ./autogen.sh --with-proxy --with-bot --with-perl=module
|
||||
- ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build --enable-silent-rules
|
||||
- cat config.log
|
||||
- make
|
||||
- sudo make install
|
||||
- make install
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
Loading…
Reference in New Issue
Block a user