raytracers/.drone.yml
Bill Thiede b3cc44faf1
All checks were successful
continuous-integration/drone/push Build is passing
Install google perf tools.
2019-06-22 08:41:03 -07:00

19 lines
411 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
- apt-get update && apt-get install -y libgoogle-perftools-dev
- (cd rtiow && cargo build --verbose --all)
- (cd rtiow && cargo test --verbose --all)
- sccache -s