2014-05-03 18:54:12 +03:00
|
|
|
language: c
|
|
|
|
|
2014-05-11 10:25:30 +02:00
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
|
|
|
|
2014-07-20 22:31:33 +02:00
|
|
|
env:
|
|
|
|
- BUILDTOOL=cmake
|
|
|
|
- BUILDTOOL=autotools
|
|
|
|
|
2014-05-05 22:33:35 +02:00
|
|
|
before_script:
|
2014-05-05 22:37:52 +02:00
|
|
|
- echo 'APT::Install-Recommends "false";' | sudo tee -a /etc/apt/apt.conf
|
2014-05-05 22:33:35 +02:00
|
|
|
- sudo apt-get update -qq
|
2014-07-20 22:36:19 +02:00
|
|
|
- sudo apt-get -y install devscripts equivs python-pip libenchant-dev autopoint
|
2014-05-03 21:44:38 +03:00
|
|
|
- sudo mk-build-deps -i debian/control
|
2014-05-11 08:15:47 +02:00
|
|
|
- sudo pip install msgcheck pylint
|
2014-05-03 18:54:12 +03:00
|
|
|
|
|
|
|
script:
|
2014-07-20 22:31:33 +02:00
|
|
|
- ./scripts/build.sh
|
2014-05-05 19:47:06 +02:00
|
|
|
- msgcheck po/*.po
|
2014-05-11 08:15:47 +02:00
|
|
|
- pylint doc/docgen.py
|
2014-05-03 21:24:54 +03:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- weechat --help
|
|
|
|
- weechat -r /quit
|