diff options
author | Andrew Kaster <akaster@serenityos.org> | 2021-09-16 01:56:54 -0600 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-09-16 15:47:13 +0000 |
commit | 454a839f4982f6ef48968de86ea1511c895df815 (patch) | |
tree | a35cac1d326a0e08ecbea0b2f5f9b4dc0961aa98 /Meta | |
parent | a78f967b93a195d67b6c5b9f104d42bdd4861a8c (diff) | |
download | serenity-454a839f4982f6ef48968de86ea1511c895df815.zip |
CI+Meta: Update Sonar Cloud CI job for new SuperBuild configuration
This requires exposing the `configure` step on the `serenity`
ExternalProject in the SuperBuild CMakeLists so that we can continue to
only build the generated sources and not the entire OS.
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/CMake/Superbuild/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/Superbuild/CMakeLists.txt b/Meta/CMake/Superbuild/CMakeLists.txt index b1c7128b8f..8283bda655 100644 --- a/Meta/CMake/Superbuild/CMakeLists.txt +++ b/Meta/CMake/Superbuild/CMakeLists.txt @@ -130,7 +130,7 @@ ExternalProject_Add( BUILD_ALWAYS YES # Host tools must be built and installed before the OS can be built DEPENDS lagom-install - STEP_TARGETS install + STEP_TARGETS configure install ${console_access} ) |