remove iOS building and change directory

This commit is contained in:
2025-01-26 19:28:56 -06:00
parent d3087f07c8
commit 6e8d455980
2 changed files with 3 additions and 14 deletions
+2 -13
View File
@@ -1,5 +1,5 @@
name: Build Android and iOS
name: Build Android
on:
# Trigger the workflow on push or pull request,
@@ -31,17 +31,6 @@ jobs:
java-package: 'jdk'
- name: Build Application
run: |
cd Droid
cd qController
msbuild qController.Droid.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
iOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
name: Checkout Code
- 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