GitHub Actions #1

Merged
jonathan merged 1 commits from gh-actions into master 2024-06-10 17:56:12 -06:00
Showing only changes of commit b72251c416 - Show all commits

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

@ -0,0 +1,21 @@
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'
TERM: xterm-256color
run: |
bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')"
- name: Build package
run: makedeb -s --no-confirm