mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-20 22:49:24 +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
|
uses: NuGet/setup-nuget@v1.0.2
|
||||||
- name: Restore NuGet Packages
|
- name: Restore NuGet Packages
|
||||||
run: nuget restore
|
run: nuget restore
|
||||||
- name: Build Android Application
|
- name: Build Application
|
||||||
run: |
|
run: |
|
||||||
cd Droid
|
cd Droid
|
||||||
msbuild qController.Droid.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
|
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