Skip to content

Commit

Permalink
CI: set ENABLE_UNITY_BUILDS=ON for run-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 30, 2024
1 parent fef0152 commit ab161fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docker/docker-qgis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ cmake \
-DENABLE_MSSQLTEST=${WITH_QT5} \
-DENABLE_HANATEST=${WITH_QT5} \
-DENABLE_ORACLETEST=${WITH_QT5} \
-DENABLE_UNITY_BUILDS=${ENABLE_UNITY_BUILDS} \
-DPUSH_TO_CDASH=${PUSH_TO_CDASH} \
-DWITH_HANA=ON \
-DWITH_QGIS_PROCESS=ON \
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with-compile-commands: ON
# LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so
experimental: false
unity-builds: ON

- distro-version: '39'
qt-version: 6
Expand All @@ -73,6 +74,7 @@ jobs:
with-compile-commands: OFF
LD_PRELOAD: ''
experimental: false
unity-builds: ON


fail-fast: false
Expand Down Expand Up @@ -165,6 +167,7 @@ jobs:
--env LD_PRELOAD=${{ matrix.LD_PRELOAD }} \
--env WITH_CLAZY=${{ matrix.with-clazy }} \
--env WITH_COMPILE_COMMANDS=${{ matrix.with-compile-commands }} \
--env ENABLE_UNITY_BUILDS=${{ matrix.unity-builds }} \
qgis3-build-deps \
/root/QGIS/.docker/docker-qgis-build.sh
Expand Down

0 comments on commit ab161fc

Please sign in to comment.