This commit is contained in:
parent
7e5bc45900
commit
39a4346233
21
.github/workflows/ci.yaml
vendored
Normal file
21
.github/workflows/ci.yaml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user