Fixed jenkinsfile
This commit is contained in:
parent
b1cbabd37a
commit
a046aa0c62
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue