Update config.yml

This commit is contained in:
Charles J. Cliffe
2023-03-28 21:46:34 -04:00
committed by GitHub
parent f4aacd11e2
commit 2dff8948e3
+3 -3
View File
@@ -15,15 +15,15 @@ jobs:
command: |
sudo apt-get update
sudo apt-get install -y build-essential cmake libpulse-dev libgtk-3-dev freeglut3 freeglut3-dev libhamlib-dev
- run:
name: Build wxWidgets
command: bash travis-ci/build_wxwidgets.sh
- run:
name: Build LiquidDSP
command: bash travis-ci/build_liquiddsp.sh
- run:
name: Build SoapySDR
command: bash travis-ci/build_soapysdr.sh
- run:
name: Build wxWidgets
command: bash travis-ci/build_wxwidgets.sh
- run:
name: Build CubicSDR
command: bash travis-ci/build_cubicsdr.sh