mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-26 16:09:08 +00:00
use nproc to set number of jobs in CI
This commit is contained in:
parent
a7937a144d
commit
697a69b5ec
@ -49,10 +49,10 @@ tasks:
|
||||
CC=tcc .builds/bootstrap.sh build-tcc
|
||||
- test_gcc: |
|
||||
cd muon/build
|
||||
CC=gcc ./muon test -d dots
|
||||
CC=gcc ./muon test -j$(nproc) -d dots
|
||||
- test_clang: |
|
||||
cd muon/build
|
||||
CC=clang ./muon test -d dots
|
||||
CC=clang ./muon test -j$(nproc) -d dots
|
||||
- release: |
|
||||
cd muon/build
|
||||
arch=amd64-linux-static
|
||||
|
||||
@ -20,7 +20,7 @@ tasks:
|
||||
ninja -C build_memsan
|
||||
- test: |
|
||||
cd ~/muon/build_asan_ubsan
|
||||
./muon test -d dots
|
||||
./muon test -j$(nproc) -d dots
|
||||
|
||||
cd ~/muon/build_memsan
|
||||
./muon test -d dots
|
||||
./muon test -j$(nproc) -d dots
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user