Skip to content
Snippets Groups Projects
Commit 2e78b6f2 authored by Julian Oes's avatar Julian Oes
Browse files

Jenkins: use test board for unit test only

parent 3e452e2e
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ pipeline {
steps {
sh 'export'
sh 'make distclean'
sh 'make px4_sitl_test test_results_junit'
sh 'make px4_sitl_default test_results_junit'
withCredentials([string(credentialsId: 'FIRMWARE_CODECOV_TOKEN', variable: 'CODECOV_TOKEN')]) {
sh 'curl -s https://codecov.io/bash | bash -s - -F unittest'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment