Jenkins: use test board for unit test only

This commit is contained in:
Julian Oes 2018-12-11 11:45:20 +01:00
parent 3e452e2e72
commit 2e78b6f2d4
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}