Forgot that i call locale-gen before "apt-get install".
--HG-- branch : develop
This commit is contained in:
parent
4e35551ff4
commit
1813a897e3
|
@ -8,15 +8,15 @@ pipelines:
|
||||||
develop:
|
develop:
|
||||||
- step:
|
- step:
|
||||||
script:
|
script:
|
||||||
- locale
|
|
||||||
- locale-gen "en_US.UTF-8"
|
|
||||||
- dpkg-reconfigure locales
|
|
||||||
- cat /etc/*-release
|
- cat /etc/*-release
|
||||||
- uname -a
|
- uname -a
|
||||||
- grep -i processor /proc/cpuinfo | wc -l
|
- grep -i processor /proc/cpuinfo | wc -l
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- apt-get update # required to install qt
|
- 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 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
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- qmake --version
|
- qmake --version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user