1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Add Linux portable to GitHub CI (#10612)

This commit is contained in:
Ted John
2020-01-24 11:46:12 +00:00
committed by GitHub
parent 5be2604f27
commit eab255c4bf
11 changed files with 210 additions and 114 deletions

View File

@@ -50,7 +50,7 @@ fi
realpath() {
[[ $1 = /* ]] && echo "$1" || echo "$(pwd)/${1#./}"
}
scriptsdir="$(realpath `dirname ${BASH_SOURCE[0]}`)"
scriptsdir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
export PATH="$scriptsdir:$PATH"
# Output all the variables