weechat/.travis.yml

27 lines
581 B
YAML
Raw Normal View History

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