raytracers/.drone.yml
Bill Thiede 21acb0b897
Some checks failed
continuous-integration/drone/push Build is failing
New image with auth credentials
2019-06-21 21:50:35 -07:00

10 lines
203 B
YAML

kind: pipeline
name: default
steps:
- name: rtiow
image: registry.z.xinu.tv/drone/rust:2019-06-21-r0
commands:
- cd rtiow && cargo build --verbose --all
- cd rtiow && cargo test --verbose --all