Skip to content

Commit

Permalink
chore: ci run for static jna
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jun 13, 2024
1 parent f4ee5eb commit c2c39a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/graalvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
- name: Linux requirements
run: sudo apt-get -y install texinfo
- uses: gradle/actions/setup-gradle@v3
- name: "Build: Native Image"
- name: "Build: Native Image (Dynamic JNI)"
run: ant && ant install && ant nativeImage && ant nativeRun
- name: "Build: Native Image (Static JNI)"
run: ant && ant install && ant nativeImageStatic && ant nativeRunStatic

0 comments on commit c2c39a1

Please sign in to comment.