forked from PAWPAW-Mirror/lib_xua
In preparation for adding unit tests, move xmostest-based legacy tests into a legacy_tests sub-directory of the tests directory
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -27,9 +27,9 @@ pipeline {
|
|||||||
xcoreLibraryChecks("${REPO}")
|
xcoreLibraryChecks("${REPO}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Tests') {
|
stage('Legacy tests') {
|
||||||
steps {
|
steps {
|
||||||
runXmostest("${REPO}", 'tests')
|
runXmostest("${REPO}", 'tests/legacy_tests')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('xCORE builds') {
|
stage('xCORE builds') {
|
||||||
|
|||||||
Reference in New Issue
Block a user