Workaround for crash on audio system
This commit is contained in:
parent
e6bd4ac70f
commit
81e5062e06
|
@ -65,7 +65,7 @@ pipeline {
|
|||
|
||||
stage('Smoke Tests') {
|
||||
steps {
|
||||
sh 'DISPLAY= ./Dist/*/LinuxNoEditor/CarlaUE4.sh --carla-rpc-port=3654 --carla-streaming-port=0 > CarlaUE4.log &'
|
||||
sh 'DISPLAY= ./Dist/*/LinuxNoEditor/CarlaUE4.sh --carla-rpc-port=3654 --carla-streaming-port=0 -nosound > CarlaUE4.log &'
|
||||
sh 'make smoke_tests ARGS="--xml"'
|
||||
sh 'make run-examples ARGS="localhost 3654"'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue