mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-05 14:47:52 -04:00
Enable hamlib + digital lab
This commit is contained in:
parent
10ff7a5453
commit
3a594de37f
@ -10,7 +10,9 @@ addons:
|
|||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
- freeglut3
|
- freeglut3
|
||||||
- freeglut3-dev
|
- freeglut3-dev
|
||||||
|
- libhamlib-dev
|
||||||
script:
|
script:
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install hamlib; done
|
||||||
- bash travis-ci/build_liquiddsp.sh
|
- bash travis-ci/build_liquiddsp.sh
|
||||||
- bash travis-ci/build_soapysdr.sh
|
- bash travis-ci/build_soapysdr.sh
|
||||||
- bash travis-ci/build_wxwidgets.sh
|
- bash travis-ci/build_wxwidgets.sh
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
cd $HOME/build
|
cd $HOME/build
|
||||||
mkdir cjcliffe/CubicSDR-build
|
mkdir cjcliffe/CubicSDR-build
|
||||||
cd cjcliffe/CubicSDR-build
|
cd cjcliffe/CubicSDR-build
|
||||||
cmake ../CubicSDR -DCMAKE_BUILD_TYPE=Release -DwxWidgets_CONFIG_EXECUTABLE=$HOME/build/wxWidgets/staticlib/bin/wx-config
|
cmake ../CubicSDR -DCMAKE_BUILD_TYPE=Release -DwxWidgets_CONFIG_EXECUTABLE=$HOME/build/wxWidgets/staticlib/bin/wx-config -DUSE_HAMLIB=1 -DENABLE_DIGITAL_LAB=1
|
||||||
make -j2
|
make -j2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user