mirror of
https://github.com/monero-project/monero.git
synced 2024-12-25 12:09:22 -05: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:
parent
941ecefab2
commit
5dcc47dcdf
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
${{env.CCACHE_SETTINGS}}
|
${{env.CCACHE_SETTINGS}}
|
||||||
make release-static-win64 -j2
|
make release-static-win64 -j4
|
||||||
|
|
||||||
build-debian:
|
build-debian:
|
||||||
name: 'build-debian (debian-10)'
|
name: 'build-debian (debian-10)'
|
||||||
@ -163,7 +163,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
${{env.CCACHE_SETTINGS}}
|
${{env.CCACHE_SETTINGS}}
|
||||||
cmake .
|
cmake .
|
||||||
make wallet_api -j3
|
make wallet_api -j4
|
||||||
|
|
||||||
test-ubuntu:
|
test-ubuntu:
|
||||||
needs: build-ubuntu
|
needs: build-ubuntu
|
||||||
|
2
.github/workflows/depends.yml
vendored
2
.github/workflows/depends.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
${{env.CCACHE_SETTINGS}}
|
${{env.CCACHE_SETTINGS}}
|
||||||
make depends target=${{ matrix.toolchain.host }} -j2
|
make depends target=${{ matrix.toolchain.host }} -j4
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ matrix.toolchain.host == 'x86_64-w64-mingw32' || matrix.toolchain.host == 'x86_64-apple-darwin' || matrix.toolchain.host == 'aarch64-apple-darwin' || matrix.toolchain.host == 'x86_64-unknown-linux-gnu' }}
|
if: ${{ matrix.toolchain.host == 'x86_64-w64-mingw32' || matrix.toolchain.host == 'x86_64-apple-darwin' || matrix.toolchain.host == 'aarch64-apple-darwin' || matrix.toolchain.host == 'x86_64-unknown-linux-gnu' }}
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user