diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..c6f1939 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,19 @@ +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 + run: | + export MAKEDEB_RELEASE='makedeb' + bash -ci "$(wget -qO - 'https://shlink.makedeb.org/install')" + + - name: Build package + run: makedeb