Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Dec 2, 2023
1 parent 3f1a153 commit c77cd8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -753,3 +753,12 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1.12.0
- name: Build with Maven
run: mvn -B --show-version -ntp --file pom.xml clean package

Windows-ARM-Build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1.12.0
- name: Build with Maven
run: mvn -B --show-version -ntp --file pom.xml clean package

0 comments on commit c77cd8a

Please sign in to comment.