Forgot that i call locale-gen before "apt-get install".

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-25 23:06:10 +03:00
parent 4e35551ff4
commit 1813a897e3

View File

@ -8,15 +8,15 @@ pipelines:
develop:
- step:
script:
- locale
- locale-gen "en_US.UTF-8"
- dpkg-reconfigure locales
- cat /etc/*-release
- uname -a
- 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
- locale
- locale-gen "en_US.UTF-8"
- dpkg-reconfigure locales
- mkdir build
- cd build
- qmake --version