mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:33:08 +03:00
ci: parallelize more, tidy up cmake commands (distcheck, macos)
Also enable `-DCURL_WERROR=ON` in the Linux cmake build test. Closes #13343
This commit is contained in:
parent
0f7be5a519
commit
bba4c313bc
2 changed files with 9 additions and 11 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -239,8 +239,8 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: cmake -S. -Bbuild -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON ${{ matrix.build.generate }}
|
||||
- run: cmake -B build -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON ${{ matrix.build.generate }}
|
||||
name: 'cmake generate'
|
||||
|
||||
- run: cmake --build build
|
||||
- run: cmake --build build --parallel 3
|
||||
name: 'cmake build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue