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:
29
29
strategy :
30
30
matrix :
31
31
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
39
32
- version : ubuntu-22.04
40
33
packages : libsndfile1-dev gr-osmosdr
41
34
- version : ubuntu-24.04
42
35
packages : gr-osmosdr
43
36
runs-on : ${{matrix.os.version}}
44
37
steps :
45
38
- uses : actions/checkout@v4
46
- - name : Add PPA
47
- if : ${{matrix.os.ppa}}
48
- run : |
49
- sudo add-apt-repository ppa:${{matrix.os.ppa}}
50
39
- name : Install GNU Radio
51
40
run : |
52
41
sudo apt update
@@ -104,16 +93,6 @@ jobs:
104
93
run : |
105
94
iridium-extractor examples/hackrf-soapy.conf 2>&1 | tee stderr-out
106
95
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
117
96
118
97
- name : Open SDR with gr-osmosdr
119
98
run : |
You can’t perform that action at this time.
0 commit comments