Skip to content

AP_GPS: Add const and WARN_IF_UNUSED to AP_GPS_GSOF #1834

AP_GPS: Add const and WARN_IF_UNUSED to AP_GPS_GSOF

AP_GPS: Add const and WARN_IF_UNUSED to AP_GPS_GSOF #1834

Workflow file for this run

name: test scripts
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ci-${{github.workflow}}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-20.04
container: ardupilot/ardupilot-dev-base:latest
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
config: [
check_autotest_options,
param_parse,
python-cleanliness,
astyle-cleanliness,
validate_board_list,
]
steps:
# git checkout the PR
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: test ${{matrix.config}}
env:
CI_BUILD_TARGET: ${{matrix.config}}
shell: bash
run: |
sudo apt update
sudo apt-get install -y astyle
Tools/scripts/build_ci.sh