CI: Add gitlab-ci.yml

This commit is contained in:
Dan Church 2022-11-16 13:28:06 -06:00
parent 99207ed0fc
commit 5da826e664
Signed by: h3xx
GPG key ID: EA2BF379CD2CDBD0
2 changed files with 25 additions and 1 deletions

View file

@ -3,7 +3,7 @@
WORKDIR=${0%/*}
. "$WORKDIR/funcs.sh"
SCRIPT=$(realpath -- "$WORKDIR/../simplify_static_dir-main.pl")
SCRIPT=${SCRIPT:-$(realpath -- "$WORKDIR/../simplify_static_dir-main.pl")}
TAR=$(realpath -- "$WORKDIR/t.tar")
TEMPDIR=$(mktemp -d -t "${0##*/}.XXXXXX")