feat: migrate from woodpecker to forgejo actions
All checks were successful
/ build (push) Successful in 22s
All checks were successful
/ build (push) Successful in 22s
This commit is contained in:
parent
7efc8ef13a
commit
ffcaf47395
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/build.yml
Normal file
12
.forgejo/workflows/build.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
|
- run: |
|
||||||
|
apt update; apt install -y gcc make xa65
|
||||||
|
make test
|
Loading…
Reference in a new issue