Skip to content

Commit

Permalink
Merge pull request #523 from dlsc-software-consulting-gmbh/gluon
Browse files Browse the repository at this point in the history
Added missing build for the whole project before building the app mod…
  • Loading branch information
dlemmermann authored Oct 20, 2023
2 parents e234a86 + b147170 commit 7fa949d
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 7fa949d

Please sign in to comment.