Updated jenkins file.

This commit is contained in:
Axel 2020-10-01 16:39:59 +02:00 committed by Axel1092
parent 6f4e69da4c
commit 784d9b9ffe
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -127,7 +127,7 @@ pipeline
unstash name: 'ubuntu_examples'
sh 'tar -xvzf Dist/CARLA*.tar.gz -C Dist/'
sh 'DISPLAY= ./Dist/CarlaUE4.sh -opengl --carla-rpc-port=3654 --carla-streaming-port=0 -nosound > CarlaUE4.log &'
sh 'make smoke_tests ARGS="--xml --python-version=3.7"'
sh 'make smoke_tests ARGS="--xml --python-version=3.7,2"'
sh 'make run-examples ARGS="localhost 3654"'
}
post