raytracers/.drone.yml
Bill Thiede a59d3029d9
Some checks reported errors
continuous-integration/drone/push Build was killed
Trigger build.
2019-06-21 21:19:48 -07:00

10 lines
164 B
YAML

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