mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:15:11 +00:00
[CI] Exit CI hell... for now.
This commit is contained in:
parent
e1b044b268
commit
a7c06bdb5c
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/build-release.yaml
Normal file
10
.forgejo/workflows/build-release.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: Builds static Parsee for a release.
|
||||||
|
on: [release]
|
||||||
|
jobs:
|
||||||
|
compile:
|
||||||
|
runs-on: amd64-debian
|
||||||
|
container:
|
||||||
|
image: debian:12
|
||||||
|
steps:
|
||||||
|
- name: TODO
|
||||||
|
run: TODO
|
||||||
Loading…
Add table
Add a link
Reference in a new issue