Add Python 2 .egg

This commit is contained in:
bernat 2020-09-30 12:53:05 +02:00
parent c2cb39afca
commit b08539d7f4
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -52,6 +52,7 @@ pipeline
{
sh 'make LibCarla'
sh 'make PythonAPI ARGS="--python-version=3.7"'
sh 'make PythonAPI ARGS="--python-version=2"'
sh 'make CarlaUE4Editor'
sh 'make examples'
}