Updated jenkins file.
This commit is contained in:
parent
6f4e69da4c
commit
784d9b9ffe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue