Skip to content

Commit

Permalink
ci: update targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Nov 18, 2024
1 parent 69822c9 commit 8b7f300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sitl_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
git config --global --add safe.directory /workspace
make px4_sitl_default
# ccache -s
make px4_sitl_default sitl_gazebo-classic
make px4_sitl gazebo-classic
# ccache -s
wget "https://github.com/mavlink/MAVSDK/releases/download/v$(cat test/mavsdk_tests/MAVSDK_VERSION)/libmavsdk-dev_$(cat test/mavsdk_tests/MAVSDK_VERSION)_ubuntu20.04_amd64.deb"
dpkg -i "libmavsdk-dev_$(cat test/mavsdk_tests/MAVSDK_VERSION)_ubuntu20.04_amd64.deb"
export
ulimit -a
make px4_sitl_default sitl_gazebo-classic mavsdk_tests
make px4_sitl gazebo-classic mavsdk_tests
# ccache -s
ulimit -c unlimited
echo "`pwd`/%e.core" > /proc/sys/kernel/core_pattern
Expand Down

0 comments on commit 8b7f300

Please sign in to comment.