mirror of
https://github.com/lxsang/silk.git
synced 2025-08-29 15:22:04 +02:00
feat(ci): use git tea action instead of Jenkins
This commit is contained in:
18
.gitea/workflows/ci.yml
Normal file
18
.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: AntOS pipeline
|
||||
run-name: Building AntOS binaries
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-amd64:
|
||||
uses: git.iohub.dev/dany/actions/autotools-cross.yml@master
|
||||
with:
|
||||
platform: amd64
|
||||
build-arm64:
|
||||
uses: git.iohub.dev/dany/actions/autotools-cross.yml@master
|
||||
with:
|
||||
platform: arm64
|
||||
|
||||
build-arm:
|
||||
uses: git.iohub.dev/dany/actions/autotools-cross.yml@master
|
||||
with:
|
||||
platform: arm
|
Reference in New Issue
Block a user