Skip to content

Commit

Permalink
chore: restore missing native image configs (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Oct 26, 2022
1 parent 2cc94d8 commit cd33765
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ integration)
verify
RETURN_CODE=$?
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn test -Pnative -Penable-integration-tests
RETURN_CODE=$?
;;
graalvm17)
# Run Unit and Integration Tests with Native Image
mvn test -Pnative -Penable-integration-tests
RETURN_CODE=$?
;;
samples)
SAMPLES_DIR=samples
# only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise.
Expand Down

0 comments on commit cd33765

Please sign in to comment.