Gitea actions add
This commit is contained in:
13
.gitea/workflows/build.yml
Normal file
13
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Projman build the packages
|
||||
run-name: ${{ gitea.actor }} build projman packages
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
build:
|
||||
image: svk28/tcltk-build-debian:latest
|
||||
commands:
|
||||
- cd debian
|
||||
- ./build-deb-projman.sh
|
Reference in New Issue
Block a user