I made a Makefile to completely automate testing https://github.com/borkdude/jayfu (on Linux and MacOS)
using the latest GraalVM CE.
Just run: make <(curl -Ls
Nothing but the most basic system commands needed.
Or just look at my runs here: https://gist.github.com/ingydotnet/f5af1fdc7e3fddb67aad529b3ea93234
fwiw:
make <(curl -Ls will remove the cloned ./jayfu/ dir and the downloaded graalvm bits (in /tmp)
@matthewdowney20 ^ re Makefiles, might be of interest to you...