File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -29,24 +29,13 @@ jobs:
2929 strategy :
3030 matrix :
3131 os :
32- - version : ubuntu-20.04
33- ppa : gnuradio/gnuradio-releases
34- packages : libsndfile-dev libspdlog-dev pybind11-dev
35- osmosdr-from-source : True
36- - version : ubuntu-20.04
37- ppa : gnuradio/gnuradio-releases-3.9
38- packages : libsndfile-dev libspdlog-dev pybind11-dev gr-osmosdr
3932 - version : ubuntu-22.04
4033 packages : libsndfile1-dev gr-osmosdr
4134 - version : ubuntu-24.04
4235 packages : gr-osmosdr
4336 runs-on : ${{matrix.os.version}}
4437 steps :
4538 - uses : actions/checkout@v4
46- - name : Add PPA
47- if : ${{matrix.os.ppa}}
48- run : |
49- sudo add-apt-repository ppa:${{matrix.os.ppa}}
5039 - name : Install GNU Radio
5140 run : |
5241 sudo apt update
@@ -104,16 +93,6 @@ jobs:
10493 run : |
10594 iridium-extractor examples/hackrf-soapy.conf 2>&1 | tee stderr-out
10695 cat stderr-out | grep "RuntimeError: no hackrf device matches"
107- - name : Install gr-osmosdr from source
108- if : ${{matrix.os.osmosdr-from-source}}
109- run : |
110- git clone https://github.com/osmocom/gr-osmosdr
111- cd gr-osmosdr
112- cmake -B build
113- cmake --build build
114- cd build
115- sudo make install
116- sudo ldconfig
11796
11897 - name : Open SDR with gr-osmosdr
11998 run : |
You can’t perform that action at this time.
0 commit comments