mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-19 22:24:18 +00:00
remove iOS building and change directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
name: Build Android and iOS
|
name: Build Android
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Trigger the workflow on push or pull request,
|
# Trigger the workflow on push or pull request,
|
||||||
@@ -31,17 +31,6 @@ jobs:
|
|||||||
java-package: 'jdk'
|
java-package: 'jdk'
|
||||||
- name: Build Application
|
- name: Build Application
|
||||||
run: |
|
run: |
|
||||||
cd Droid
|
cd qController
|
||||||
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@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
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||
# qControl
|
# qControl
|
||||||
|
|||||||
Reference in New Issue
Block a user