mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
push compilation of libraries on everything to get rid of turtle compilation speeds
This commit is contained in:
18
.github/workflows/ci.yaml
vendored
18
.github/workflows/ci.yaml
vendored
@@ -17,8 +17,8 @@ jobs:
|
|||||||
cc: gcc
|
cc: gcc
|
||||||
- os: windows-11-arm
|
- os: windows-11-arm
|
||||||
cc: gcc
|
cc: gcc
|
||||||
# - os: macos-latest
|
- os: macos-latest
|
||||||
# cc: cc
|
cc: cc
|
||||||
env:
|
env:
|
||||||
CC: ${{matrix.cc}}
|
CC: ${{matrix.cc}}
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
@@ -47,10 +47,10 @@ jobs:
|
|||||||
key: ${{runner.os}}_${{runner.arch}}-lib/obj-${{steps.get-hash.outputs.HASH}}
|
key: ${{runner.os}}_${{runner.arch}}-lib/obj-${{steps.get-hash.outputs.HASH}}
|
||||||
restore-keys: ${{runner.os}}_${{runner.arch}}-lib/obj-
|
restore-keys: ${{runner.os}}_${{runner.arch}}-lib/obj-
|
||||||
|
|
||||||
- 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 -Bj2 libs # compile fewer cores, to save memory.
|
||||||
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
|
||||||
- run: make -j test
|
# - run: make -j test
|
||||||
|
|||||||
Reference in New Issue
Block a user