Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crs-bs authored Oct 11, 2024
1 parent 70c39b8 commit 9c103cc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,33 @@ jobs:
name: gr-CyberRadio-Jammy
path: ./*.deb

build-ubuntu24-04:
runs-on: ubuntu-24.04
steps:
- name: Get Libcyberradio
uses: actions/checkout@v2
with:
repository: CyberRadio/libcyberradio
path: './libcyberradio'
- name: Test
run: ls -lah ./
- name: Install Build Deps
run: sudo apt-get install libcurl4-openssl-dev libpcap-dev libjsoncpp-dev libboost-all-dev libvolk2-dev libvolk2.5 cmake
- name: Install Package Deps
run: sudo apt-get install build-essential devscripts debhelper doxygen dh-python cmake
- name: Build and Install libcyberradio
run: cd libcyberradio && ./makedeb libcyberradio && sudo dpkg -i *.deb
- name: Get gr-CyberRadio
uses: actions/checkout@v2
with:
ref: 'maint-3.10'
- name: Build Deps for gr-Cyberradio
run: sudo apt-get install gnuradio-dev
- name: Build and Package gr-CyberRadio
run: ./makedeb gr-CyberRadio
- name: Save Debian Archive
uses: actions/upload-artifact@v3
with:
name: gr-CyberRadio-Jammy
path: ./*.deb

0 comments on commit 9c103cc

Please sign in to comment.