Files
game-data/.woodpecker.yml
Gregory Ballantine 85fe3b0b38
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Removing broken ruby test versions for now
2025-08-12 21:55:03 -04:00

28 lines
607 B
YAML

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