Initial draft of build and publish workflow

Signed-off-by: Kellen Renshaw <kellen@bluequartz.xyz>
This commit is contained in:
2024-07-22 13:35:10 -07:00
parent 5815ee3908
commit 0da64ceef4

View File

@@ -0,0 +1,22 @@
name: Build and Publish
run-name: ${{ gitea.actor }} initiated build.
on:
push:
branches:
- 'main'
jobs:
build-wheel:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: https://git.bluequartz.xyz/actions/checkout@v4
- name: Install build-deps
run: apt-get build-dep .
- name: Build Package
run: debuild -us -uc -tc -b
- name: Publish Package to Deb repo
run: ls -lahR