.github: rename sim_periph_gps to sim_gps_universal, recreate sim_periph_gps

This commit is contained in:
Peter Barker 2024-01-12 13:50:43 +11:00 committed by Andrew Tridgell
parent bced484263
commit 48b555f8e6
2 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ jobs:
Tools/scripts/run_coverage.py -f
else
Tools/scripts/run_coverage.py -i
./waf configure --board sitl_periph_gps --debug --coverage
./waf configure --board sitl_periph_universal --debug --coverage
./waf build --target bin/AP_Periph
Tools/scripts/run_coverage.py -i
Tools/autotest/autotest.py test.CAN --debug --coverage

View File

@ -187,12 +187,12 @@ jobs:
PATH="/github/home/.local/bin:$PATH"
python modules/DroneCAN/dronecan_dsdlc/dronecan_dsdlc.py -O dsdlc_generated modules/DroneCAN/DSDL/uavcan modules/DroneCAN/DSDL/dronecan modules/DroneCAN/DSDL/com --run-test
- name: build sitl_periph_gps
- name: build sitl_periph_universal
shell: bash
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
PATH="/github/home/.local/bin:$PATH"
./waf configure --board sitl_periph_gps
./waf configure --board sitl_periph_universal
./waf build --target bin/AP_Periph
ccache -s
ccache -z