mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
CI: Add gitlab-ci.yml
This commit is contained in:
parent
99207ed0fc
commit
5da826e664
2 changed files with 25 additions and 1 deletions
2
t/run.sh
2
t/run.sh
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue