From b3cc44faf1ed10a8f48fc0275791f8cd9fd68950 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 22 Jun 2019 08:41:03 -0700 Subject: [PATCH] Install google perf tools. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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