mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
set iphone and sim platforms for ios core
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -25,10 +25,11 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Restore packages
|
||||
run: nuget restore
|
||||
|
||||
- name: Build app
|
||||
run: |
|
||||
nuget restore
|
||||
msbuild ./src/Android/Android.csproj /p:Configuration=Debug
|
||||
run: msbuild ./src/Android/Android.csproj /p:Configuration=Debug
|
||||
|
||||
ios:
|
||||
|
||||
@@ -43,7 +44,8 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Restore packages
|
||||
run: nuget restore
|
||||
|
||||
- name: Build app
|
||||
run: |
|
||||
nuget restore
|
||||
msbuild /verbosity:normal /p:Platform=iPhone /p:Configuration=Debug
|
||||
run: msbuild /verbosity:normal /p:Platform=iPhone /p:Configuration=Debug
|
||||
|
||||
Reference in New Issue
Block a user