GitHub Actions
Some checks failed
Build makedeb package / hello_world_job (push) Failing after 6s

This commit is contained in:
Jonathan Apodaca 2024-06-10 17:44:26 -06:00
parent 7e5bc45900
commit 89480faab8

20
.github/workflows/ci.yaml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Build makedeb package
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install makedeb
env:
MAKEDEB_RELEASE: 'makedeb'
run: |
bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')"
- name: Build package
run: makedeb