Skip to content

Commit

Permalink
github workflow: add support for Debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
joka90 committed Sep 4, 2022
1 parent 42de4ef commit 49fb967
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ jobs:
cmake DCMAKE_BUILD_TYPE=Release ..
make
- name: Install Debian build Dependencies
run: |
sudo apt-get update
sudo apt-get -y install whalebuilder dpkg-dev
- name: Test debian build
run: |
dpkg-source -b .
sudo whalebuilder build --results focal_out whalebuilder/ubuntu:focal ../ryzenadj_*.dsc
- name: Test Scripts
shell: bash
run: |
Expand All @@ -131,3 +141,9 @@ jobs:
fi
exit 0
- name: Upload ryzenadj Debian
uses: actions/upload-artifact@v3
with:
name: ryzenadj-ubuntu-focal-amd64
path: |
./focal_out/ryzenadj_*/*.*deb

0 comments on commit 49fb967

Please sign in to comment.