1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/.travis.yml

16 lines
454 B
YAML
Raw Normal View History

2014-02-23 02:53:18 +00:00
language: c
2014-02-23 03:03:29 +00:00
install:
- sudo apt-get update
2014-02-23 03:05:05 +00:00
- sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev
2014-02-23 03:03:29 +00:00
- ./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
2014-02-23 03:08:02 +00:00
script: ./configure && make && make check