raytracers/.drone.yml
Bill Thiede 107d4798ff
Some checks reported errors
continuous-integration/drone/push Build was killed
Trigger build.
2019-06-21 21:14:09 -07:00

10 lines
164 B
YAML

kind: pipeline
name: default
steps:
- name: rtiow
image: rust
commands:
- cd rtiow && cargo test --verbose --all
- cd rtiow && cargo build --verbose --all