bootsnap/dev.yml

11 lines
159 B
YAML
Raw Normal View History

2017-04-27 23:38:43 +08:00
env:
BOOTSNAP_PEDANTIC: '1'
2017-01-19 00:28:16 +08:00
up:
2024-04-04 18:01:27 +08:00
- ruby
2017-01-19 00:28:16 +08:00
- bundler
commands:
build: rake compile
2017-10-07 01:16:35 +08:00
test: 'rake compile && exec bin/testunit'
2017-10-07 01:31:34 +08:00
style: 'exec rubocop -D'