We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804a1fd commit 2f19e37Copy full SHA for 2f19e37
1 file changed
.github/workflows/nightly.yml
@@ -84,6 +84,10 @@ jobs:
84
python3-mako python3-cheetah python3-numpy \
85
autoconf automake libtool ninja-build libavahi-client-dev libavahi-common-dev libaio-dev
86
87
+ - name: Build SDRplay (native)
88
+ if: ${{ !matrix.qemu && steps.guard.outputs.skip == 'false' }}
89
+ run: bash cmake/ci/build_sdrplay.sh
90
+
91
- name: Build .deb (native)
92
if: ${{ !matrix.qemu && steps.guard.outputs.skip == 'false' }}
93
run: debuild -i -us -uc -b
@@ -125,6 +129,8 @@ jobs:
125
129
126
130
127
131
132
+ bash cmake/ci/build_sdrplay.sh
133
128
134
debuild -i -us -uc -b
135
'
136
0 commit comments