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

17 lines
425 B
YAML
Raw Normal View History

2015-10-31 00:28:22 -04:00
box: ruby
build:
steps:
- bundle-install
2015-10-31 07:14:38 -04:00
- script:
name: old_attributes.haml
2015-10-31 08:46:09 -04:00
code: bin/bench bench -c benchmark/old_attributes.haml
2015-10-31 00:28:22 -04:00
- script:
name: attribute_builder.haml
2015-10-31 08:46:09 -04:00
code: bin/bench bench -c benchmark/attribute_builder.haml
2015-10-31 00:28:22 -04:00
- script:
name: basic.haml
2015-10-31 08:46:09 -04:00
code: bin/bench bench -c benchmark/basic.haml
2015-10-31 00:28:22 -04:00
- script:
name: minitest
code: bundle exec rake test