kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
FSwitched to self built volk for Mac CI
rodzic
66dcb5eb79
commit
c659c4b007
|
@ -87,7 +87,10 @@ jobs:
|
||||||
run: brew update
|
run: brew update
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: brew install fftw glew glfw volk airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2
|
run: brew install fftw glew glfw airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2
|
||||||
|
|
||||||
|
- name: Install volk
|
||||||
|
run: git clone https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake .. && make && sudo make install && cd ../../
|
||||||
|
|
||||||
- name: Prepare CMake
|
- name: Prepare CMake
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
|
Ładowanie…
Reference in New Issue