Add .gitea/workflows/buildAndroid.yaml
This commit is contained in:
10
.gitea/workflows/buildAndroid.yaml
Normal file
10
.gitea/workflows/buildAndroid.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Build
|
||||
on: [pull_request, push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build the app
|
||||
run: ./gradlew build
|
||||
Reference in New Issue
Block a user