1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

core: add install of package libenchant-dev for Travis

Package libenchant-dev is required by pyenchant (used in msgcheck).
This commit is contained in:
Sébastien Helleu
2014-05-05 20:07:53 +02:00
parent 13375fd077
commit d10080bca2
+3 -3
View File
@@ -2,8 +2,10 @@ language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install devscripts equivs python-virtualenv virtualenvwrapper
- sudo apt-get -y install devscripts equivs python-virtualenv virtualenvwrapper libenchant-dev
- sudo mk-build-deps -i debian/control
- mkvirtualenv msgcheck
- pip install msgcheck
script:
- mkdir build
@@ -11,8 +13,6 @@ script:
- cmake .. -DENABLE_MAN=ON -DENABLE_DOC=ON
- make
- sudo make install
- mkvirtualenv msgcheck
- pip install msgcheck
- cd ..
- msgcheck po/*.po