Fixed jenkinsfile

This commit is contained in:
Axel 2020-12-07 14:29:07 +01:00 committed by bernat
parent b1cbabd37a
commit a046aa0c62
1 changed files with 5 additions and 5 deletions

10
Jenkinsfile vendored
View File

@ -90,8 +90,8 @@ pipeline
{
steps
{
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 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
@ -250,7 +250,7 @@ pipeline
"""
bat """
call ../setEnv64.bat
make CarlaUE4Editor
make CarlaUE4Editor ARGS="--carsim"
"""
}
post
@ -278,11 +278,11 @@ pipeline
{
bat """
call ../setEnv64.bat
make package
make package ARGS="--carsim"
"""
bat """
call ../setEnv64.bat
make package ARGS="--packages=AdditionalMaps --clean-intermediate"
make package ARGS="--packages=AdditionalMaps --clean-intermediate --carsim"
"""
}
post {