raytracers/.drone.yml
Bill Thiede fa12ff02ad
Some checks reported errors
continuous-integration/drone/push Build was killed
Trigger build
2019-06-21 21:29:21 -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