1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 04:33:36 +00:00

build ios

This commit is contained in:
Kyle Spearrin
2020-06-09 10:47:09 -04:00
parent a05e037308
commit 0e41945a8a
3 changed files with 28 additions and 2 deletions

View File

@@ -118,8 +118,16 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Decrypt secrets
if: github.ref == 'refs/heads/master'
run: ./.github/scripts/ios/decrypt-secrets.ps1
shell: pwsh
env:
DECRYPT_FILE_PASSWORD: ${{ secrets.DECRYPT_FILE_PASSWORD }}
- name: Restore packages
run: nuget restore
- name: Build app
run: msbuild ./src/iOS/iOS.csproj /verbosity:normal /p:Platform=iPhone /p:Configuration=Debug
- name: Build for App Store
run: ./.github/scripts/android/build.ps1 -configuration AppStore -platform iPhone
shell: pwsh