Added woodpecker CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2023-03-18 11:41:13 -04:00
parent 9c91bcb6cb
commit 47885845a3

23
.woodpecker.yml Normal file
View File

@ -0,0 +1,23 @@
pipeline:
setup:
image: ruby:3.0
commands:
- 'bundle install rake'
- 'bundle config set --local path "vendor/bundle"'
- 'bundle install'
style:
image: ruby:3.0
commands:
- 'rake test:rubocop'
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
when:
event: tag