raytracers/.drone.yml
Bill Thiede 615e40fe2f
Some checks failed
continuous-integration/drone/push Build is failing
Correct spelling of sccache.
2019-06-22 08:37:00 -07:00

18 lines
346 B
YAML

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