mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
28 lines
764 B
YAML
28 lines
764 B
YAML
box: ruby
|
|
build:
|
|
steps:
|
|
- bundle-install
|
|
- script:
|
|
name: clone hamlit1
|
|
code: bin/clone
|
|
- script:
|
|
name: attribute_builder.haml
|
|
code: bin/bench bench -c benchmark/attribute_builder.haml
|
|
- script:
|
|
name: basic.haml
|
|
code: bin/bench bench -c benchmark/basic.haml
|
|
- script:
|
|
name: old_attributes.haml
|
|
code: bin/bench bench -c benchmark/old_attributes.haml
|
|
- script:
|
|
name: plain.haml
|
|
code: bin/bench bench -c benchmark/plain.haml
|
|
- script:
|
|
name: real_sample.haml
|
|
code: bin/bench bench -c benchmark/real_sample.haml
|
|
- script:
|
|
name: tags.haml
|
|
code: bin/bench bench -c benchmark/tags.haml
|
|
- script:
|
|
name: minitest
|
|
code: bundle exec rake test
|