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

Add wercker.yml

This commit is contained in:
Takashi Kokubun 2015-10-31 13:28:22 +09:00
parent 97909bf329
commit 35c89a6928

13
wercker.yml Normal file
View file

@ -0,0 +1,13 @@
box: ruby
build:
steps:
- bundle-install
- script:
name: attribute_builder.haml
code: bin/bench benchmark/attribute_builder.haml && bin/bench code benchmark/attribute_builder.haml
- script:
name: basic.haml
code: bin/bench benchmark/basic.haml && bin/bench code benchmark/basic.haml
- script:
name: minitest
code: bundle exec rake test