Meowth/.github/workflows/ci.yml
kitten 7ee4d62d4a
Some checks failed
wups-CI / build-wups (push) Failing after 2m16s
ts is not on fj
2026-06-12 02:40:12 +02:00

18 lines
535 B
YAML

name: wups-CI
on: push
jobs:
build-wups:
runs-on: debian-trixie
steps:
- uses: actions/checkout@v4
- name: build toolchain container
run: docker build . -t builder
- uses: https://github.com/ammaraskar/gcc-problem-matcher@master
- name: build WUPS plugin
run: docker run --rm -v ${PWD}:/app -w /app builder
- uses: actions/upload-artifact@v4
with:
name: meowth
path: "*.wps"