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