forked from PAWPAW-Mirror/lib_xua
Merge branch 'feature/rename_legacy_test_dir' into feature/generic_hid_report
This commit is contained in:
@@ -5,6 +5,7 @@ lib_xua Change Log
|
||||
-----
|
||||
|
||||
* CHANGED: Move HID descriptors to ease maintenance
|
||||
* CHANGED: Move legacy tests to separate directory
|
||||
|
||||
1.2.0
|
||||
-----
|
||||
|
||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -27,9 +27,9 @@ pipeline {
|
||||
xcoreLibraryChecks("${REPO}")
|
||||
}
|
||||
}
|
||||
stage('Tests') {
|
||||
stage('Legacy tests') {
|
||||
steps {
|
||||
runXmostest("${REPO}", 'tests')
|
||||
runXmostest("${REPO}", 'tests/legacy_tests')
|
||||
}
|
||||
}
|
||||
stage('xCORE builds') {
|
||||
|
||||
Reference in New Issue
Block a user