diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..7c14c37 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -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