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

39 lines
1.5 KiB
YAML
Raw Normal View History

box: wercker/rvm
2015-10-31 13:28:22 +09:00
build:
steps:
- rvm-use:
version: 2.2.3
2015-11-03 13:35:24 +09:00
- script:
name: update bundler
code: gem update bundler
- bundle-install
2015-10-31 20:14:38 +09:00
- script:
name: clone hamlit1
code: bin/clone
2015-11-26 01:02:11 +09:00
- script:
name: test all
code: bundle exec rake test
2015-10-31 13:28:22 +09:00
- script:
name: "[benchmark] static attributes"
2015-11-23 00:09:40 +09:00
code: bin/bench bench -t benchmark/boolean_attribute.haml benchmark/class_attribute.haml benchmark/id_attribute.haml benchmark/data_attribute.haml benchmark/common_attribute.haml
2015-10-31 21:47:38 +09:00
- script:
name: "[benchmark] dynamic attributes"
2015-11-23 00:09:40 +09:00
code: bin/bench bench -t 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 22:55:48 +09:00
- script:
name: "[benchmark] plain text"
2015-11-23 00:09:40 +09:00
code: bin/bench bench -t benchmark/plain.haml
2015-11-03 01:01:06 +09:00
- script:
name: "[benchmark] script"
2015-11-23 00:09:40 +09:00
code: bin/bench bench -t benchmark/script.haml
2015-11-03 01:01:06 +09:00
- script:
name: "[benchmark] attribute_builder bench by faml"
2015-11-23 00:09:40 +09:00
code: bin/bench bench -t benchmark/etc/attribute_builder.haml
2015-10-31 13:28:22 +09:00
- script:
2015-11-22 19:42:58 +09:00
name: "[benchmark] slim-template/slim/benchmarks"
code: bundle exec ruby benchmark/slim/run-benchmarks.rb
2015-11-22 03:02:55 +09:00
- script:
name: "[benchmark] static analyzer"
2015-11-23 00:09:40 +09:00
code: bin/bench bench -t benchmark/etc/static_analyzer.haml