haml--haml/wercker.yml

33 lines
1.3 KiB
YAML
Raw Normal View History

box: wercker/rvm
2015-10-31 04:28:22 +00:00
build:
steps:
- rvm-use:
version: 2.2.3
2015-11-03 04:35:24 +00:00
- script:
name: update bundler
code: gem update bundler
- bundle-install
2015-10-31 11:14:38 +00:00
- script:
name: clone hamlit1
code: bin/clone
2015-10-31 04:28:22 +00:00
- script:
name: "[benchmark] static attributes"
code: bin/bench bench benchmark/boolean_attribute.haml benchmark/class_attribute.haml benchmark/id_attribute.haml benchmark/data_attribute.haml benchmark/common_attribute.haml
2015-10-31 12:47:38 +00:00
- script:
name: "[benchmark] dynamic attributes"
code: bin/bench bench benchmark/dynamic_attributes/boolean_attribute.haml benchmark/dynamic_attributes/class_attribute.haml benchmark/dynamic_attributes/id_attribute.haml benchmark/dynamic_attributes/data_attribute.haml benchmark/dynamic_attributes/common_attribute.haml
2015-11-03 13:55:48 +00:00
- script:
name: "[benchmark] plain text"
code: bin/bench bench benchmark/plain.haml
2015-11-02 16:01:06 +00:00
- script:
name: "[benchmark] script"
code: bin/bench bench benchmark/script.haml
2015-11-02 16:01:06 +00:00
- script:
name: "[benchmark] attribute_builder bench by faml"
code: bin/bench bench benchmark/etc/attribute_builder.haml
2015-10-31 04:28:22 +00:00
- script:
name: "[benchmark] basic bench by slim"
code: bin/bench bench benchmark/etc/slim_bench.haml