mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-19 05:25:45 +01:00
Compare commits
1 Commits
main
...
7db0853ffe
| Author | SHA1 | Date | |
|---|---|---|---|
| 7db0853ffe |
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -14,6 +14,14 @@ jobs:
|
|||||||
- 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
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -1,6 +1,5 @@
|
|||||||
# Copyright (c) 2025 Quinn
|
# Copyright (c) 2025 Quinn
|
||||||
# Licensed under the MIT Licence. See LICENSE for details
|
# Licensed under the MIT Licence. See LICENSE for details
|
||||||
SHELL = bash
|
|
||||||
|
|
||||||
# build configuration, information about the current build process
|
# build configuration, information about the current build process
|
||||||
NAME = mcaselector-lite
|
NAME = mcaselector-lite
|
||||||
|
|||||||
Reference in New Issue
Block a user