add CI/CD pipeline
This commit is contained in:
parent
b9978932d3
commit
d43dd509a7
17
.woodpecker.yml
Normal file
17
.woodpecker.yml
Normal file
@ -0,0 +1,17 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: alpine
|
||||
commands:
|
||||
- ./gradlew build
|
||||
|
||||
# release:
|
||||
# image: woodpeckerci/plugin-gitea-release:latest
|
||||
# settings:
|
||||
# base_url: https://git.snootgame.xyz
|
||||
# api_key: ${ReleaseSmithAPIKey}
|
||||
# files: dist/*
|
||||
# title: ${CI_COMMIT_TAG}
|
||||
# prerelease: true
|
||||
# when:
|
||||
# tag: tag
|
||||
# branch: master
|
Loading…
Reference in New Issue
Block a user