mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:47: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:
parent
a78f967b93
commit
454a839f49
2 changed files with 20 additions and 10 deletions
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue