mirror of
https://github.com/curl/curl.git
synced 2025-09-11 22:52:42 +03:00
GHA/linux: enable test bundles for cmake jobs
Test build step speed-up (3x): 18s -> 6s
Follow-up to 71cf0d1fca
#14772
Closes #15022
This commit is contained in:
parent
4619b4103b
commit
9b3a7d1e6a
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -504,7 +504,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
cmake . \
|
cmake . \
|
||||||
-DCMAKE_C_COMPILER_TARGET=$(uname -m)-pc-linux-gnu -DBUILD_STATIC_LIBS=ON \
|
-DCMAKE_C_COMPILER_TARGET=$(uname -m)-pc-linux-gnu -DBUILD_STATIC_LIBS=ON \
|
||||||
-DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON \
|
-DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON -DCURL_WERROR=ON \
|
||||||
-DCURL_BROTLI=ON -DCURL_ZSTD=ON \
|
-DCURL_BROTLI=ON -DCURL_ZSTD=ON \
|
||||||
${{ matrix.build.generate }}
|
${{ matrix.build.generate }}
|
||||||
if: ${{ matrix.build.generate }}
|
if: ${{ matrix.build.generate }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user