weechat/.travis.yml

22 lines
504 B
YAML
Raw Normal View History

2014-05-03 11:54:12 -04:00
language: c
before_install:
- sudo apt-get update -qq
- echo 'APT::Install-Recommends "false"' | sudo tee -a /etc/apt/apt.conf
- sudo apt-get -y install devscripts equivs python-pip libenchant-dev
- sudo mk-build-deps -i debian/control
- sudo pip install msgcheck
2014-05-03 11:54:12 -04:00
script:
- mkdir build
- cd build
- cmake .. -DENABLE_MAN=ON -DENABLE_DOC=ON
2014-05-03 11:54:12 -04:00
- make
- sudo make install
- cd ..
- msgcheck po/*.po
after_success:
- weechat --help
- weechat -r /quit