Skip to content

Commit

Permalink
Merge pull request #524 from dlsc-software-consulting-gmbh/develop
Browse files Browse the repository at this point in the history
Added missing overall build
  • Loading branch information
dlemmermann authored Oct 20, 2023
2 parents 476feeb + 7fa949d commit afa03d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
api-key-id: ${{ secrets.GLUON_IOS_APPSTORE_KEY_ID }}
api-private-key: ${{ secrets.GLUON_IOS_APPSTORE_PRIVATE_KEY }}

- name: Project Build
run: ./mvnw install

- name: Gluon Build
run: ./mvnw -pl app -Pios gluonfx:build gluonfx:package

Expand Down

0 comments on commit afa03d6

Please sign in to comment.