1
0
Fork 0

setting workspace variable

This commit is contained in:
Christian Kühnel 2020-01-17 10:16:13 +01:00
parent 6f1e93ae3a
commit 640a80b4c2

View file

@ -17,6 +17,7 @@ set -eux
#folder where this script is stored.
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export WORKSPACE=$BUILDKITE_BUILD_PATH
echo "--- CMake"
${DIR}/run_cmake.sh