Add gitea runner

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-05-12 14:45:04 +02:00
parent b101480a01
commit 2df1d52ffb
5 changed files with 41 additions and 2 deletions

15
.gitea/gitea-ci.yaml Normal file
View File

@ -0,0 +1,15 @@
name: Build And Test
run-name: ${{ gitea.actor }} is runs ci pipeline
# on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: ls
publish:
runs-on: cth-ubuntu-latest
needs: build
if: gitea.ref == 'refs/heads/main'
steps:
- run: ls