-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adding profiles for native compile testings (#1931)
Based off mpeddada1#1, adding `spring-native` for parent pom, and `native-sample` for samples pom. These added profile should not have any affect on existing workflows. Install and use GraalVM compiler and install native image extension with `gu install native-image`. To build sample executable: `mvn clean package -Pnative-sample-config -Pnative -DskipTests` To run sample tests: `mvn -PnativeTest clean test -Pnative-sample-config`
- Loading branch information
Showing
2 changed files
with
133 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters