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

28 lines
514 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: Build companion package
run: |
./build_termux_package
2021-05-27 10:07:26 +02:00
- name: Store generated APK file
uses: actions/upload-artifact@v2
with:
2021-08-29 13:08:56 +02:00
name: termux-x11
2021-05-27 10:07:26 +02:00
path: ./app/build/outputs/apk/debug