Merge branch 'develop' into feature/generic_hid_report

This commit is contained in:
mbanth
2021-05-19 14:31:31 +01:00
18 changed files with 8 additions and 3 deletions

7
Jenkinsfile vendored
View File

@@ -27,9 +27,14 @@ pipeline {
xcoreLibraryChecks("${REPO}") xcoreLibraryChecks("${REPO}")
} }
} }
stage('Tests') {
failFast true
parallel {
stage('Legacy tests') { stage('Legacy tests') {
steps { steps {
runXmostest("${REPO}", 'tests/legacy_tests') runXmostest("${REPO}", 'legacy_tests')
}
}
} }
} }
stage('xCORE builds') { stage('xCORE builds') {