summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-05-31 16:13:47 +0200
committerEike Ziller <eike.ziller@qt.io>2021-05-31 16:13:47 +0200
commit2485c31a4875013172bcc98a2c1829435e22d706 (patch)
tree1fbd5846d463bd950952489a91b87fcd6c37d6e8 /.github
parent90e9de5d5d50e7d2e04c4597d30c0a2fcf5dd6c4 (diff)
parentfbeaa774b5528764669f8cf2068b65149fc4adcd (diff)
downloadqt-creator-2485c31a4875013172bcc98a2c1829435e22d706.tar.gz
Merge remote-tracking branch 'origin/4.15'
Conflicts: doc/qtcreator/src/qtquick/qtquick-from-qmlproject-to-pro.qdoc Change-Id: I906330addb7de31e6ed88f88af3fd2adbbe53e1f
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 80e510b488..4e9f6f8e14 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -508,6 +508,10 @@ jobs:
set(ENV{CTEST_OUTPUT_ON_FAILURE} "ON")
+ if ("${{ runner.os }}" STREQUAL "Linux")
+ set(ENV{QT_QPA_PLATFORM} "offscreen")
+ endif()
+
execute_process(
COMMAND ctest -j ${N} --timeout 5
WORKING_DIRECTORY build/build