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-03 08:55:48 -05:00
|
|
|
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
|
2015-11-02 11:01:06 -05:00
|
|
|
- script:
|
|
|
|
name: real_sample.haml
|
|
|
|
code: bin/bench bench -c benchmark/real_sample.haml
|
|
|
|
- script:
|
2015-11-03 08:55:48 -05:00
|
|
|
name: tags.haml
|
|
|
|
code: bin/bench bench -c benchmark/tags.haml
|
2015-10-31 00:28:22 -04:00
|
|
|
- script:
|
|
|
|
name: minitest
|
|
|
|
code: bundle exec rake test
|