add forgejo actions
This commit is contained in:
parent
f3ca478ee3
commit
9fd5b3ceae
1 changed files with 21 additions and 0 deletions
21
.forgejo/workflows/build.yaml
Normal file
21
.forgejo/workflows/build.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: archlinux:base-devel
|
||||||
|
steps:
|
||||||
|
- uses: https://git.cgj.es/archpkgs/actions/build-pkg@v1
|
||||||
|
name: build-pkg@v1
|
||||||
|
publish:
|
||||||
|
needs: [build]
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: https://git.cgj.es/archpkgs/actions/publish-pkg@v1
|
||||||
|
name: publish-pkg@v1
|
||||||
|
with:
|
||||||
|
PKG_TOKEN: ${{ secrets.PKG_TOKEN }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue