gitea
This commit is contained in:
parent
50b2b1403b
commit
d197e4a640
2 changed files with 11 additions and 1 deletions
1
.gitea
1
.gitea
|
@ -1 +0,0 @@
|
|||
.forgejo
|
11
.gitea/workflows/main.yaml
Normal file
11
.gitea/workflows/main.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
container:
|
||||
image: ${{vars.DOCKER}}debian:bookworm
|
||||
steps:
|
||||
- name: spcd
|
||||
run: ${{vars.SPCD}}
|
||||
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
Loading…
Reference in a new issue