aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-04 15:54:14 +0100
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-04 15:54:14 +0100
commit618bea89f953141ee290629c3eb37d871b40e740 (patch)
treec48a534dea6ddb1244845c04a59209ef3a1398f3
parent1221dfc788ed0f98841421fc7824943078e0294a (diff)
downloadRWA.Support.DesktopApp-mr/feature/unit-tests.tar.gz
RWA.Support.DesktopApp-mr/feature/unit-tests.tar.bz2
RWA.Support.DesktopApp-mr/feature/unit-tests.zip
.gitlab-ci.yml: Add 'export QT_XCB_GL_INTEGRATION=none'mr/feature/unit-tests
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3a469a..b6e1ba6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,7 @@ RWA:Run:
- cd build/rwa-support-desktopapp
- Xvfb :99 &
- export DISPLAY=:99
+ - export QT_XCB_GL_INTEGRATION=none
- ./rwa-support-desktopapp 2>&1 | tee rwa-support-desktopapp.log &
- sleep 30s
- xwd -display :99 -root | convert xwd:- png:./screenshot.png