Skip to content

Commit

Permalink
CI: try to get core dump of hunter build
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Aug 26, 2023
1 parent 709dc76 commit 4ee4791
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,19 @@ jobs:
run: cmake -DSUPERBUILD=OFF -DHUNTER_ENABLED=ON -DCMAKE_TOOLCHAIN_FILE=$(pwd)/src/cmake/fpic_toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_MAVSDK_SERVER=OFF -DBUILD_SHARED_LIBS=OFF -Bbuild -H.
- name: build
run: cmake --build build -j2
- name: enable core dumps
run: ulimit -c unlimited
- name: unit tests
run: ./build/src/unit_tests/unit_tests_runner
- name: system tests
run: ./build/src/system_tests/system_tests_runner
run: sudo ./build/src/system_tests/system_tests_runner
- uses: actions/upload-artifact@v3
when: on_failure
with:
name: crashes
path: |
/core/
./build/
ubuntu22-style-and-proto-check:
name: ubuntu-22.04 (style and proto check)
Expand Down

0 comments on commit 4ee4791

Please sign in to comment.