Skip to content

Commit

Permalink
Add prove6 invocation to bin/test-script.sh
Browse files Browse the repository at this point in the history
This is an unoptimized "do everything" script, but it is enough to
get CI started.
  • Loading branch information
dontlaugh committed Jan 1, 2025
1 parent c07df27 commit d47f67f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/test-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@
# podman run -v $PWD:/src -w /src docker.io/rakudo-star:latest sh ./bin/test-script.sh
#
set -e
echo "Installing system dependencies."
apt-get update -y
apt-get install -y build-essential

echo "Installing Raku library dependencies."
zef install --deps-only .

zef install -/precompile-install .

# prove6 is pre-installed in the open source rakudo-star image
echo "Running tests with prove6."
prove6 xt/*

echo "Done."

0 comments on commit d47f67f

Please sign in to comment.