godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Add Graal Native Image tests to CI

Open CedNaru opened this issue 2 years ago • 0 comments

It often happens that we add/change/delete Kotlin methods called from C++ using JNI. Graal Native Image needs an exact configuration file of all methods called this way (because statically linked), it's easy to forget as we do most of our local testing in the JVM (because iterations are much faster). To prevent those mistakes we should build and run tests for native images the same way we currently do for the JVM.

CedNaru avatar Nov 20 '23 17:11 CedNaru