1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:17:45 +00:00

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.
This commit is contained in:
Andrew Kaster 2021-09-16 01:56:54 -06:00 committed by Brian Gianforcaro
parent a78f967b93
commit 454a839f49
2 changed files with 20 additions and 10 deletions

View file

@ -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}
)