diff --git a/.drone.yml b/.drone.yml index 63943ed..4fd8451 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: 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