1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/wercker.yml
2015-11-03 01:01:06 +09:00

22 lines
613 B
YAML

box: ruby
build:
steps:
- bundle-install
- 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: tags.haml
code: bin/bench bench -c benchmark/tags.haml
- script:
name: real_sample.haml
code: bin/bench bench -c benchmark/real_sample.haml
- script:
name: old_attributes.haml
code: bin/bench bench -c benchmark/old_attributes.haml
- script:
name: minitest
code: bundle exec rake test