rename validate to ci/bin, and split up workflows

This is mainly to improve the clairity of the workflows, also allowing
them to be used for the different "badges", showing the state of each.
This commit is contained in:
Quinn
2025-04-14 19:11:20 +02:00
committed by Quinn
parent 32c024d849
commit 8b410a492a
3 changed files with 41 additions and 4 deletions

22
.github/workflows/ci-bin.yaml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: bin
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
compile:
runs-on: ubuntu-latest
container:
image: ghcr.io/thepigeongenerator/mcaselector-lite:latest
strategy:
matrix:
arch:
- linux-x86_64
- win-x86_64
steps:
- uses: actions/checkout@v4
- run: make compile ARCH=${{matrix.arch}} -j