This commit is contained in:
Andrea Cavalli 2021-09-11 12:32:03 +02:00
parent 3c66e10dc4
commit b6a43a1dce
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,6 @@ export MAVEN_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.
echo "MATRIX_OS: $GH_MATRIX_OS"
echo "MATRIX_ARCH: $GH_MATRIX_ARCH"
cd ./scripts/core/
source ./setup-variables.sh
cd ../../
if [ "$GH_MATRIX_OS" == "macos-10.15" ]; then
export PCRE="E"
else
@ -82,6 +78,10 @@ elif [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
export CPU_CORES=" -- -j${CPU_CORES_NUM}"
fi
cd ./scripts/core/
source ./setup-variables.sh
cd ../../
# ====== Print variables
echo "REVISION=${REVISION}"
echo "BUILD_TYPE=${BUILD_TYPE}"