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

                         
                                                                                                                                        









                                                       
                                         
language: c
install:
    - sudo apt-get update
    - sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev
    - ./bootstrap.sh
    - git clone git://github.com/strophe/libstrophe.git
    - cd libstrophe
    - ./bootstrap.sh
    - ./configure
    - make
    - sudo make install
    - cd ..
    - rm -rf libstrophe
    - ./bootstrap.sh
script: ./configure && make && make check