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:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user