Browse Source

Jenkins use px4_sitl_test build to run unit tests

- these only run if code coverage is enabled
sbg
Daniel Agar 6 years ago
parent
commit
2a56eca910
  1. 2
      .ci/Jenkinsfile-SITL_tests

2
.ci/Jenkinsfile-SITL_tests

@ -177,7 +177,7 @@ pipeline { @@ -177,7 +177,7 @@ pipeline {
steps {
sh 'export'
sh 'make distclean'
sh 'make px4_sitl_default test_results_junit'
sh 'make px4_sitl_test test_results_junit'
withCredentials([string(credentialsId: 'FIRMWARE_CODECOV_TOKEN', variable: 'CODECOV_TOKEN')]) {
sh 'curl -s https://codecov.io/bash | bash -s - -F unittest'
}

Loading…
Cancel
Save