mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-06 07:53:47 +00:00
Add iOS project back into action
This commit is contained in:
@@ -16,8 +16,19 @@ jobs:
|
||||
uses: NuGet/setup-nuget@v1.0.2
|
||||
- name: Restore NuGet Packages
|
||||
run: nuget restore
|
||||
- name: Build Android Application
|
||||
- name: Build Application
|
||||
run: |
|
||||
cd Droid
|
||||
msbuild qController.Droid.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
|
||||
iOS:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: iOS
|
||||
- name: Restore NuGet Packages
|
||||
run: nuget restore
|
||||
- name: Build Application
|
||||
run: |
|
||||
cd iOS
|
||||
msbuild qController.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user