mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
add: github actions
This commit is contained in:
parent
26f6fd2e73
commit
0ba4ba827f
19
.github/workflows/Apk-Build.yml
vendored
Normal file
19
.github/workflows/Apk-Build.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
name:
|
||||||
|
description: 'Person to greet'
|
||||||
|
required: true
|
||||||
|
default: 'Mona the Octocat'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- run: ./gradlew build
|
||||||
|
# - name: Archive production artifacts
|
||||||
|
# uses: actions/upload-artifact@v2
|
||||||
|
# with:
|
||||||
|
# name: dist
|
||||||
|
# path: test.js
|
Loading…
Reference in New Issue
Block a user