termux-x11/.github/workflows/debug_build.yml

25 lines
438 B
YAML
Raw Normal View History

2021-05-27 10:07:26 +02:00
name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Build
run: |
./gradlew assembleDebug
- name: Store generated APK file
uses: actions/upload-artifact@v2
with:
2021-07-02 15:55:11 +02:00
name: termux-wayland
2021-05-27 10:07:26 +02:00
path: ./app/build/outputs/apk/debug