Support for SCS 2.5kHz. 5G-MAG/rt-mbms-modem#6 #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Basic C++ CI | |
on: | |
push: | |
branches: [development] | |
jobs: | |
ubuntu-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Install dependencies | |
run: | | |
sudo apt update | |
sudo apt install ssh g++ git libboost-atomic-dev libboost-thread-dev libboost-system-dev libboost-date-time-dev libboost-regex-dev libboost-filesystem-dev libboost-random-dev libboost-chrono-dev libboost-serialization-dev libwebsocketpp-dev openssl libssl-dev ninja-build libspdlog-dev libmbedtls-dev libboost-all-dev libconfig++-dev libsctp-dev libfftw3-dev vim libcpprest-dev libusb-1.0-0-dev net-tools smcroute python-psutil python3-pip clang-tidy gpsd gpsd-clients libgps-dev | |
sudo snap install cmake --classic | |
sudo pip3 install cpplint | |
sudo apt install libsoapysdr-dev soapysdr-tools | |
- name: Build project | |
uses: nicledomaS/[email protected] | |
with: | |
submodule_update: ON | |
run_tests: OFF | |
unit_test_build: -Dtest=ON |