mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +00:00
Update ci to use make --jobs
This commit is contained in:
parent
59ee4cf7e4
commit
905521ef0f
8
.github/workflows/install.yml
vendored
8
.github/workflows/install.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
make riscof
|
||||
make riscof --jobs $(nproc --ignore 1)
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
make riscof
|
||||
make riscof --jobs $(nproc --ignore 1)
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
@ -123,7 +123,7 @@ jobs:
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
make riscof
|
||||
make riscof --jobs $(nproc --ignore 1)
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
@ -170,7 +170,7 @@ jobs:
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
make riscof
|
||||
make riscof --jobs $(nproc --ignore 1)
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
|
Loading…
Reference in New Issue
Block a user