Skip to content

Commit

Permalink
Create IOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 8, 2024
1 parent 7c86007 commit 9d9ba5d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release-**
- create-ios-sdk
pull_request:
release:
types: ['published']
Expand Down Expand Up @@ -158,6 +159,17 @@ jobs:
run: |
bundle exec fastlane ios upload_testflight ipa:/Users/runner/builddir/qfieldIpa/QField.ipa
- name: Create SDK
run: |
/Users/runner/builddir/_deps/vcpkg-src/vcpkg export --zip --output-dir=./sdk --x-install-root=/Users/runner/builddir/vcpkg_installed
- name: 📤 Upload sdk
uses: actions/upload-artifact@v4
with:
name: qfield-sdk-${{ env.TRIPLET }}
path: |
sdk/vcpkg-export-*.zip
- name: 📮 Upload debug symbols
# if: release or labeled PR
env:
Expand Down

0 comments on commit 9d9ba5d

Please sign in to comment.