Skip to content

Commit

Permalink
.github: rename sim_periph_gps to sim_gps_universal, recreate sim_per…
Browse files Browse the repository at this point in the history
…iph_gps
  • Loading branch information
peterbarker authored and tridge committed Jan 16, 2024
1 parent bced484 commit 48b555f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_sitl_periph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48b555f

Please sign in to comment.