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

26 lines
675 B
YAML
Raw Normal View History

2015-10-31 00:28:22 -04:00
box: ruby
build:
steps:
- bundle-install
2015-11-02 23:35:24 -05:00
- script:
name: clone hamlit1
code: bin/clone
2015-10-31 07:14:38 -04:00
- script:
2015-11-02 11:01:06 -05:00
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:
2015-11-02 11:01:06 -05:00
name: basic.haml
2015-10-31 08:46:09 -04:00
code: bin/bench bench -c benchmark/basic.haml
2015-10-31 08:47:38 -04:00
- script:
2015-11-02 11:01:06 -05:00
name: tags.haml
2015-10-31 08:47:38 -04:00
code: bin/bench bench -c benchmark/tags.haml
2015-11-02 11:01:06 -05:00
- 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
2015-10-31 00:28:22 -04:00
- script:
name: minitest
code: bundle exec rake test