This commit is contained in:
gyptazy
2025-03-01 12:47:05 +01:00
parent 389950c150
commit 8a08dd5a51

View File

@@ -3,23 +3,16 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
steps:
- uses: actions/checkout@v3
with:
ref: 'development'
- name: Set up Docker with Debian image
uses: docker://debian:latest
- name: Setup dependencies
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install additional dependencies for creating Debian packages
run: |
sudo apt-get update
sudo apt-get -y install python3-setuptools debhelper dh-python python3-pip python3-stdeb
sudo apt-get -y install python3 python3-setuptools debhelper dh-python python3-pip python3-stdeb
- name: Create Debian package
run: |
sudo python3 setup.py --command-packages=stdeb.command bdist_deb