forked from PAWPAW-Mirror/lib_xua
Take build of pytest and do in Jenkins
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -36,6 +36,7 @@ pipeline {
|
||||
dir("${REPO}/tests"){
|
||||
viewEnv(){
|
||||
withVenv{
|
||||
sh "xmake -C test_midi -j" // Xdist does not like building so do here
|
||||
runPytest('--numprocesses=auto -vvv')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user