fae flag for test debug step
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-09-04 18:41:47 -04:00
parent b7c7615a72
commit b094c78ef1

2
Jenkinsfile vendored
View File

@ -84,7 +84,7 @@ pipeline {
) {
script {
sh 'curl https://build.lwjgl.org/addons/lwjglx-debug/lwjglx-debug-1.0.0.jar -v -L > ./lwjglx-debug-1.0.0.jar'
sh 'mvn clean test -P integrationDebug -DmaxLogs'
sh 'mvn clean test -P integrationDebug -DmaxLogs -fae'
}
}
}