setting workspace variable
This commit is contained in:
parent
6f1e93ae3a
commit
640a80b4c2
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ set -eux
|
||||||
|
|
||||||
#folder where this script is stored.
|
#folder where this script is stored.
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
|
export WORKSPACE=$BUILDKITE_BUILD_PATH
|
||||||
|
|
||||||
echo "--- CMake"
|
echo "--- CMake"
|
||||||
${DIR}/run_cmake.sh
|
${DIR}/run_cmake.sh
|
||||||
|
|
Loading…
Reference in a new issue