mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
Jenkins: use test board for unit test only
This commit is contained in:
@@ -176,7 +176,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'export'
|
sh 'export'
|
||||||
sh 'make distclean'
|
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')]) {
|
withCredentials([string(credentialsId: 'FIRMWARE_CODECOV_TOKEN', variable: 'CODECOV_TOKEN')]) {
|
||||||
sh 'curl -s https://codecov.io/bash | bash -s - -F unittest'
|
sh 'curl -s https://codecov.io/bash | bash -s - -F unittest'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user