Browse Source

Always bootstrap carla deps no matter the build step

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC2^0
falkTX 2 years ago
parent
commit
c92a78296c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build.sh

+ 3
- 0
build.sh View File

@@ -63,6 +63,9 @@ if [ ${BUILD_VERSION} -eq 3 ]; then
exit 0
fi

${TRAVIS_BUILD_DIR}/PawPaw/bootstrap-carla.sh ${TARGET}
${TRAVIS_BUILD_DIR}/PawPaw/.cleanup.sh ${TARGET}

# ---------------------------------------------------------------------------------------------------------------------
# import PawPaw environment



Loading…
Cancel
Save