Skip to content

Commit

Permalink
Native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Apr 17, 2024
1 parent fb96ad6 commit 9b7626b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: mvn --version
- name: Build with Maven
run: mvn -B formatter:validate install --file pom.xml
- name: Build with Maven (Native)
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
build-windows:
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -83,3 +85,5 @@ jobs:
run: mvn --version
- name: Build with Maven
run: mvn -B install --file pom.xml
- name: Build with Maven (Native)
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip

0 comments on commit 9b7626b

Please sign in to comment.