Skip to content

Commit

Permalink
CI : Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cozycactus committed Sep 30, 2024
1 parent fd21063 commit d479ccd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
gr-osmosdr \
liborc-0.4-dev \
appstream \
desktop-file-utils
desktop-file-utils \
libsoapysdr-dev \
soapysdr-module-rtlsdr
- name: Install Qt5
if: matrix.image == 'ubuntu:20.04'
run: |
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:
- name: Install dependencies
run: |
brew update
brew install airspy boost gnuradio hackrf libbladerf librtlsdr pybind11 six uhd qt@6 || true
brew install airspy boost gnuradio hackrf libbladerf librtlsdr pybind11 six uhd qt@6 soapysdr soapyrtlsdr || true
cd /tmp
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
Expand Down Expand Up @@ -119,6 +121,8 @@ jobs:
volk:p
libsndfile:p
fftw:p
soapysdr:p
soapyrtlsdr:p
- name: Clone and build GNU Radio
working-directory: ${{ runner.temp }}
run: |
Expand All @@ -135,7 +139,8 @@ jobs:
-DENABLE_GR_DIGITAL=ON \
-DENABLE_GR_FFT=ON \
-DENABLE_GR_FILTER=ON \
-DENABLE_GR_NETWORK=ON
-DENABLE_GR_NETWORK=ON \
-DENABLE_GR_SOAPY=ON
cmake --build build
cmake --install build
- name: Clone and build gr-osmosdr
Expand Down

0 comments on commit d479ccd

Please sign in to comment.