From b1cbabd37ab11619e267c693bdc571e9b04a8f72 Mon Sep 17 00:00:00 2001 From: Axel Date: Mon, 7 Dec 2020 12:11:22 +0100 Subject: [PATCH] Updated Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83bc878f6..e4c7b3f94 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ pipeline { sh 'make LibCarla' sh 'make PythonAPI ARGS="--python-version=3.7,2"' - sh 'make CarlaUE4Editor' + sh 'make CarlaUE4Editor ARGS="--carsim"' sh 'make examples' } post @@ -90,8 +90,8 @@ pipeline { steps { - sh 'make package ARGS="--python-version=3.7,2"' - sh 'make package ARGS="--packages=AdditionalMaps --clean-intermediate --python-version=3.7,2"' + sh 'make package ARGS="--python-version=3.7,2 --carsim' + sh 'make package ARGS="--packages=AdditionalMaps --clean-intermediate --python-version=3.7,2 --carsim' sh 'make examples ARGS="localhost 3654"' } post