mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-20 03:45:44 +01:00
Compare commits
2 Commits
7db0853ffe
...
1e99c0be56
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e99c0be56 | |||
| a85443954e |
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@@ -13,15 +13,7 @@ jobs:
|
|||||||
- ubuntu-24.04-arm
|
- ubuntu-24.04-arm
|
||||||
- windows-latest
|
- windows-latest
|
||||||
- windows-11-arm
|
- windows-11-arm
|
||||||
# - macos-latest
|
- macos-latest
|
||||||
cc:
|
|
||||||
- cc
|
|
||||||
- cc
|
|
||||||
- gcc
|
|
||||||
- gcc
|
|
||||||
- cc
|
|
||||||
env:
|
|
||||||
CC: ${{matrix.cc}}
|
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
@@ -50,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- run: make -Bj libs
|
- run: make -Bj libs
|
||||||
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os != 'Windows'
|
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os != 'Windows'
|
||||||
- run: make -Bj2 libs # compile fewer cores, to save memory.
|
- run: make -Bj1 libs # compile in single-core mode, to save memory, hopefully
|
||||||
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os == 'Windows'
|
if: steps.cache-deps.outputs.cache-hit != 'true' && runner.os == 'Windows'
|
||||||
|
|
||||||
- run: make -j all
|
- run: make -j all
|
||||||
|
|||||||
Reference in New Issue
Block a user