1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Wercker's Docker stack is broken and useless

This commit is contained in:
Takashi Kokubun 2015-11-16 22:47:14 -06:00
parent 6f58875b3a
commit 8bf0eadfe5

View file

@ -1,28 +1,32 @@
box: ruby box: wercker/rvm
build: build:
steps: steps:
- rvm-use:
version: 2.2.3
- script:
name: update bundler
code: gem update bundler
- bundle-install - bundle-install
- script: - script:
name: clone hamlit1 name: clone hamlit1
code: bin/clone code: bin/clone
- script: - script:
name: "[benchmark] static attributes" 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 code: bin/bench bench benchmark/boolean_attribute.haml benchmark/class_attribute.haml benchmark/id_attribute.haml benchmark/data_attribute.haml benchmark/common_attribute.haml
- script: - script:
name: "[benchmark] dynamic attributes" 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 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
- script: - script:
name: "[benchmark] plain text" name: "[benchmark] plain text"
code: bin/bench bench benchmark/plain.haml code: bin/bench bench benchmark/plain.haml
- script: - script:
name: "[benchmark] script" name: "[benchmark] script"
code: bin/bench bench benchmark/script.haml code: bin/bench bench benchmark/script.haml
- script: - script:
name: "[benchmark] attribute_builder bench by faml" name: "[benchmark] attribute_builder bench by faml"
code: bin/bench bench benchmark/etc/attribute_builder.haml code: bin/bench bench benchmark/etc/attribute_builder.haml
- script: - script:
name: "[benchmark] basic bench by slim" name: "[benchmark] basic bench by slim"
code: bin/bench bench benchmark/etc/slim_bench.haml code: bin/bench bench benchmark/etc/slim_bench.haml
- script:
name: minitest
code: bundle exec rake test