Add build workflow (test)

This commit is contained in:
Anton Liaposhchenko 2024-05-18 17:29:36 +03:00
parent 69a43e9b14
commit 51b1265a79

14
.github/workflows/build.yml vendored Normal file
View 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