aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-10-07 13:31:13 +0200
committerEike Ziller <eike.ziller@qt.io>2020-10-09 14:27:54 +0000
commit75adba735bd85bb68b91923ce74762c2ca9be5f0 (patch)
treea5d84ae6c16f339ef8a4e231d255ec000422ef25 /.github
parenta722b7a09353bd34ca826888658ddf22437e40ff (diff)
CMake build: Build Qbs if the submodule is available
Includes update of Qbs to current head of master, which enables this feature on the Qbs build system side. Fixes: QTCREATORBUG-23905 Change-Id: I9a537b640b7f7a753839ace3e44d174c8e0af526 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 42254415db..7ab0201d97 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -48,9 +48,7 @@ jobs:
- name: Checkout submodules
run: |
git submodule set-url -- perfparser https://code.qt.io/qt-creator/perfparser.git
- git submodule update --init src/plugins/help/qlitehtml/litehtml
- git submodule update --init src/tools/perfparser
- git submodule update --init tests/unit/unittest/3rdparty/googletest
+ git submodule update --init
- name: Download Ninja and CMake
shell: cmake -P {0}