11 lines
270 B
YAML
11 lines
270 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
|
|
cd tests
|
|
make check
|