mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
CI: -j4 with lin/win runners
https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
This commit is contained in:
@@ -81,7 +81,7 @@ jobs:
|
||||
- name: build
|
||||
run: |
|
||||
${{env.CCACHE_SETTINGS}}
|
||||
make release-static-win64 -j2
|
||||
make release-static-win64 -j4
|
||||
|
||||
build-debian:
|
||||
name: 'build-debian (debian-10)'
|
||||
@@ -163,7 +163,7 @@ jobs:
|
||||
run: |
|
||||
${{env.CCACHE_SETTINGS}}
|
||||
cmake .
|
||||
make wallet_api -j3
|
||||
make wallet_api -j4
|
||||
|
||||
test-ubuntu:
|
||||
needs: build-ubuntu
|
||||
|
||||
Reference in New Issue
Block a user