Add build workflow (test)
This commit is contained in:
parent
69a43e9b14
commit
51b1265a79
14
.github/workflows/build.yml
vendored
Normal file
14
.github/workflows/build.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
on:
|
||||
push:
|
||||
tags: [ '*' ]
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-22.04
|
||||
container: saschpe/android-sdk:34-jdk22.0.1_8
|
||||
steps:
|
||||
- name: Install Node
|
||||
run: apt install node.js
|
||||
|
||||
- name: Build APK
|
||||
run: ./gradlew build
|
Loading…
Reference in New Issue
Block a user