mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
16 lines
536 B
YAML
16 lines
536 B
YAML
box: ruby
|
|
build:
|
|
steps:
|
|
- bundle-install
|
|
- script:
|
|
name: old_attributes.haml
|
|
code: bin/bench benchmark/old_attributes.haml && bin/bench code benchmark/old_attributes.haml
|
|
- script:
|
|
name: attribute_builder.haml
|
|
code: bin/bench benchmark/attribute_builder.haml && bin/bench code benchmark/attribute_builder.haml
|
|
- script:
|
|
name: basic.haml
|
|
code: bin/bench benchmark/basic.haml && bin/bench code benchmark/basic.haml
|
|
- script:
|
|
name: minitest
|
|
code: bundle exec rake test
|