Files
tinyobjloader/wercker.yml
2014-07-11 18:41:01 +09:00

10 lines
201 B
YAML

box: rioki/gcc-cpp@0.0.1
build:
steps:
# Execute a custom script step.
- script:
name: build
code: |
premake4 gmake
make