Files
tinyobjloader/wercker.yml
2014-07-11 18:58:34 +09:00

12 lines
354 B
YAML

box: rioki/gcc-cpp@0.0.1
build:
steps:
# Execute a custom script step.
- script:
name: build
code: |
git clone https://github.com/syoyo/orebuildenv.git
chmod +x ./orebuildenv/linux/bin/premake4
./orebuildenv/linux/bin/premake4 gmake
make