Validate wercker.yml

This commit is contained in:
Syoyo Fujita
2014-07-11 18:41:01 +09:00
parent 89b3ec9510
commit e88dd3d3a0

View File

@@ -1,11 +1,9 @@
services:
- rioki/gcc-cpp@0.0.1
box: rioki/gcc-cpp@0.0.1
build:
steps:
- compile
- script:
name: build
code: |
premake4 gmake
make
steps:
# Execute a custom script step.
- script:
name: build
code: |
premake4 gmake
make