Files
game-data/.woodpecker.yml
Gregory Ballantine 641c9315bc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Adding Ruby 3.4 testing to Woodpecker
2025-08-12 20:03:20 -04:00

24 lines
480 B
YAML

pipeline:
style:
image: ruby:3.4
commands:
- 'gem install rake'
- 'bundle config set --local path "vendor/bundle"'
- 'bundle install'
- 'rake test:rubocop'
test_ruby34:
image: ruby:3.4
commands:
- 'rake test:unit'
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