Install the enchant library needed to build the documentation spell checker.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -73,7 +73,7 @@ job_documentation_build:
|
|||||||
- docs
|
- docs
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get -qq update
|
- apt-get -qq update
|
||||||
- apt-get install -qq locales make python-pip
|
- apt-get install -qq locales make python-pip enchant
|
||||||
- echo "LC_ALL=\"en_US.UTF-8\"" >> /etc/default/locale
|
- echo "LC_ALL=\"en_US.UTF-8\"" >> /etc/default/locale
|
||||||
- locale-gen en_US.UTF-8
|
- locale-gen en_US.UTF-8
|
||||||
- update-locale LANG=en_US.UTF-8
|
- update-locale LANG=en_US.UTF-8
|
||||||
|
|||||||
Reference in New Issue
Block a user