mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
28 lines
587 B
YAML
28 lines
587 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get build-dep -qq irssi
|
|
- sudo apt-get install -qq lynx
|
|
|
|
script:
|
|
- ./autogen.sh --with-proxy --with-bot
|
|
- cat config.log
|
|
- make
|
|
- sudo make install
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.net#irssi"
|
|
template:
|
|
- "%{repository} (%{commit}: %{author}): %{message}"
|
|
- "Build details : %{build_url}"
|
|
on_success: always
|
|
on_failure: always
|
|
use_notice: true
|
|
skip_join: true
|