Browse Source

always do a bootstrap run, in case libraries have updates to install

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

+ 4
- 0
build.sh View File

@@ -54,6 +54,10 @@ elif [ ${BUILD_VERSION} -eq 3 ]; then
exit 0
fi

# always do a bootstrap run, in case libraries have updates to install
${TRAVIS_BUILD_DIR}/PawPaw/bootstrap-carla.sh ${TARGET}
${TRAVIS_BUILD_DIR}/PawPaw/.cleanup.sh ${TARGET}

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



Loading…
Cancel
Save