bitbucket-pipelines.yml. Probably we already have root rights.
--HG-- branch : develop
This commit is contained in:
parent
0b86fac946
commit
b4c22a0096
|
@ -15,8 +15,8 @@ pipelines:
|
||||||
- apt-get update # required to install qt
|
- apt-get update # required to install qt
|
||||||
- apt-get install -y qtbase5-dev libqt5svg5-dev qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 xpdf
|
- apt-get install -y qtbase5-dev libqt5svg5-dev qt5-default qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5 libqt5xmlpatterns5 xpdf
|
||||||
# QTestLib require GUI support for some tests
|
# QTestLib require GUI support for some tests
|
||||||
- "export DISPLAY=:99.0"
|
- export DISPLAY=:99.0
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- /etc/init.d/xvfb start
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- qmake --version
|
- qmake --version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user