Fork me on GitHub
#graalvm
<
2023-08-26
>
Ingy döt Net18:08:23

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 ) test Nothing but the most basic system commands needed. Or just look at my runs here: https://gist.github.com/ingydotnet/f5af1fdc7e3fddb67aad529b3ea93234

Ingy döt Net18:08:39

fwiw: make <(curl -Ls ) realclean will remove the cloned ./jayfu/ dir and the downloaded graalvm bits (in /tmp)

Ingy döt Net20:08:13

@UP7RM6935 ^ re Makefiles, might be of interest to you...