Skip to content

Commit

Permalink
Update gr-cyberradio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crs-bs authored Oct 11, 2024
1 parent c8800e8 commit 6ed7166
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .github/workflows/gr-cyberradio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,35 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: gr-CyberRadio-Focal
path: ./*.deb
path: ./*.deb

build-ubuntu24-04:
if: github.ref_name == 'maint-3.10'
runs-on: ubuntu-24.04
steps:
- name: Get Libcyberradio
uses: actions/checkout@v3
with:
repository: CyberRadio/libcyberradio
path: './libcyberradio'
- name: Test
run: ls -lah ./
- name: Install Build Deps
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libpcap-dev libjsoncpp-dev libboost-all-dev libvolk2-dev cmake liborc-0.4-dev
- 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@v3
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-Focal
path: ./*.deb

0 comments on commit 6ed7166

Please sign in to comment.