summary refs log blame commit diff stats
path: root/.travis.yml
blob: f5f5d4b7c6efa6fac32a0ba58463e969500318e9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           


           
              
                         
                                      
                                                                                                             

                  
                                                      
                         
              

                                                   
                                                                               
                          

                      
language: c
compiler:
    - gcc
    - clang
before_script:
    - sudo apt-get update
    - sudo apt-get build-dep -qq xchat
    - sudo apt-get install -qq libnotify-dev libproxy-dev libpci-dev libcanberra-dev monodevelop gnome-common
script: 
    - ./autogen.sh
    - ./configure --enable-textfe --with-theme-manager
    - make V=1 -j$(nproc)
notifications:
    irc:
        channels: "chat.freenode.net#hexchat-devel"
        template: "Build #%{build_number} (%{commit}) by %{author}: %{message}"
        on_success: change
matrix:
     fast_finish: true