Update buildnw.yml

This commit is contained in:
Lennon McLean 2021-08-22 08:36:29 -04:00 committed by GitHub
parent 99e68e8779
commit 0c49677773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -4,6 +4,21 @@ on:
[push, workflow_dispatch]
jobs:
buildandroid:
name: Build Android app
runs-on: ubuntu-latest
steps:
- name: Get repository code
uses: actions/checkout@v2
with:
ref: android
- name: Build Android app
run: ./gradlew build
- name: List files
run: OS
buildios:
name: Build iOS app
runs-on: macos-latest