Documentation says they use Ubuntu, but log says we work with Debian. And ssems

like Debian doesn't provide package "language-pack-en". Let's try without it.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-25 23:18:29 +03:00
parent 1813a897e3
commit f34a3e54e4

View file

@ -13,7 +13,7 @@ pipelines:
- grep -i processor /proc/cpuinfo | wc -l
- gcc --version
- apt-get update # required to install qt
- apt-get install -y locales language-pack-en xvfb qtbase5-dev libqt5svg5-dev qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 xpdf
- apt-get install -y locales xvfb qtbase5-dev libqt5svg5-dev qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 xpdf
- locale
- locale-gen "en_US.UTF-8"
- dpkg-reconfigure locales