mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-07 00:13:49 +00:00
Add android action
This commit is contained in:
@@ -21,3 +21,13 @@ jobs:
|
||||
run: |
|
||||
cd ..
|
||||
ls
|
||||
|
||||
Android:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Android
|
||||
run: |
|
||||
nuget restore
|
||||
cd Droid
|
||||
msbuild qController.Droid.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
|
||||
|
||||
Reference in New Issue
Block a user