mirror of
https://github.com/lxsang/antd-fcgi-plugin.git
synced 2025-07-15 21:39:57 +02:00
feat(ci): use gitea action instead of Jenkins
This commit is contained in:
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,17 @@
|
||||
name: Autotools pipeline
|
||||
run-name: Building multi-platform autotools project
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-amd64:
|
||||
uses: dany/actions/.gitea/workflows/autotools-cross.yml@master
|
||||
with:
|
||||
platform: amd64
|
||||
build-arm64:
|
||||
uses: dany/actions/.gitea/workflows/autotools-cross.yml@master
|
||||
with:
|
||||
platform: arm64
|
||||
build-arm:
|
||||
uses: dany/actions/.gitea/workflows/autotools-cross.yml@master
|
||||
with:
|
||||
platform: arm
|
Reference in New Issue
Block a user