Add wercker file.

This commit is contained in:
Syoyo Fujita
2014-07-11 18:34:24 +09:00
parent f72fb80ac9
commit 89b3ec9510

11
wercker.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
- rioki/gcc-cpp@0.0.1
build:
steps:
- compile
- script:
name: build
code: |
premake4 gmake
make