Skip to content

Commit

Permalink
Camera debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 30, 2024
1 parent b4efe05 commit 409007b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
run: cmake --build build/macos -j2 --target install
- name: unit tests
run: ./build/macos/src/unit_tests/unit_tests_runner
- name: set camera debugging
run: echo "MAVSDK_CAMERA_DEBUGGING=1" >> $GITHUB_ENV
- name: system tests
run: ./build/macos/src/system_tests/system_tests_runner
- name: test (mavsdk_server)
Expand Down

0 comments on commit 409007b

Please sign in to comment.