mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
core: add check of .po files with msgcheck for Travis
This commit is contained in:
+5
-1
@@ -2,7 +2,7 @@ language: c
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get -y install devscripts equivs
|
||||
- sudo apt-get -y install devscripts equivs python-virtualenv virtualenvwrapper
|
||||
- sudo mk-build-deps -i debian/control
|
||||
|
||||
script:
|
||||
@@ -11,6 +11,10 @@ script:
|
||||
- cmake .. -DENABLE_MAN=ON -DENABLE_DOC=ON
|
||||
- make
|
||||
- sudo make install
|
||||
- mkvirtualenv msgcheck
|
||||
- pip install msgcheck
|
||||
- cd ..
|
||||
- msgcheck po/*.po
|
||||
|
||||
after_success:
|
||||
- weechat --help
|
||||
|
||||
Reference in New Issue
Block a user