sweeCrypt-GTK/.forgejo/workflows/build.yml

26 lines
648 B
YAML
Raw Normal View History

2024-12-27 00:09:40 -08:00
name: Auto build
on:
push:
workflow_dispatch:
jobs:
2024-12-26 20:58:23 -08:00
apt:
name: Build Debian Package
2025-01-18 18:21:06 -08:00
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
2025-01-19 13:03:25 -08:00
#- name: Install dependencies for sweerepo
# run: apt update && apt install curl sudo
2025-01-18 18:21:06 -08:00
- name: Setup sweerepo
2025-01-19 12:58:35 -08:00
run: curl -L https://swee.codes/repo.sh | bash
- name: Install dependencies
2025-01-18 18:21:55 -08:00
run: apt install python3-gi python3-gi-cairo python3-sweecrypt gir1.2-gtk-3.0 -y
- name: Generate DEB
run: |
2025-01-18 18:21:06 -08:00
python3 generate-deb.py
2024-12-18 15:44:30 -08:00
- uses: actions/upload-artifact@v3
2024-10-12 22:58:09 -07:00
with:
2025-01-19 12:55:58 -08:00
path: sweecrypt-gtk.deb