mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Add .travis.yml
This commit is contained in:
parent
83e347b9a9
commit
ef3e66eca3
21
.travis.yml
Normal file
21
.travis.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get build-dep -qq irssi
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./autogen.sh --with-proxy --with-bot
|
||||||
|
- cat config.log
|
||||||
|
- make
|
||||||
|
- sudo make install
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "irc.freenode.net#irssi"
|
||||||
|
on_success: always
|
||||||
|
on_failure: always
|
Loading…
Reference in New Issue
Block a user