raytracers/.drone.yml
Bill Thiede 1f8adbc5a9
Some checks failed
continuous-integration/drone/push Build is failing
Use new rust build image.
This image should use sccache to store blobs in minio.
2019-06-22 08:30:08 -07:00

13 lines
251 B
YAML

kind: pipeline
name: default
steps:
- name: rtiow
image: registry.z.xinu.tv/drone/rust:2019-06-22-r2
commands:
- sscache -s
- find $PWD
- (cd rtiow && cargo build --verbose --all)
- (cd rtiow && cargo test --verbose --all)
- sscache -s