Skip to content

Commit

Permalink
ci: test building a deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Jan 23, 2024
1 parent fb641eb commit 7b5cb57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: create-packages
on: [push]
jobs:
test_job:
build-deb:
runs-on: ubuntu-latest
steps:
- run: python --version
- run: make
- run apt install make fpm
- name: create a deb package
run: make build

0 comments on commit 7b5cb57

Please sign in to comment.