mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:31:42 +03:00
CI: enable parallel make in more builds
Most CI services provide at least two cores, so enable parallel make jobs to take advantage of that for builds. Some dependencies aren't safe to build in parallel so leave those as-is. Also, rename a few workflows to eliminate duplicate names and provide a better idea what they're about.
This commit is contained in:
parent
cfab581041
commit
fb802b521a
10 changed files with 43 additions and 21 deletions
|
|
@ -122,12 +122,12 @@ commands:
|
|||
|
||||
build:
|
||||
steps:
|
||||
- run: make V=1
|
||||
- run: make V=1 examples
|
||||
- run: make -j3 V=1
|
||||
- run: make -j3 V=1 examples
|
||||
|
||||
test:
|
||||
steps:
|
||||
- run: make V=1 test-ci
|
||||
- run: make -j3 V=1 test-ci
|
||||
|
||||
executors:
|
||||
ubuntu:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue