summary refs log tree commit diff stats
path: root/.travis.yml
blob: b5127bf0294ae8a3981eb83a74fab8ca5b856d30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: c
compiler: gcc
before_script:
    - sudo apt-get build-dep -qq xchat
    - sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev
script: 
    - ./autogen.sh
    - ./configure --enable-textfe
    - make
notifications:
    irc:
        channels: "chat.freenode.net#hexchat-devel"
        template: "Build #%{build_number} (%{commit}) by %{author}: %{message}"
        on_success: change