From 23f24136fde933bfc9d2acd7c1c6b4f4640bb490 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 25 Mar 2022 00:41:49 -0500 Subject: [PATCH] Install build dependencies. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5639a8a..b3742bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,8 @@ steps: image: rust commands: - rustup component add clippy rustfmt + - apt-get update -qq + - apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libopenal-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev - cargo fmt --check - cargo build --all - cargo build --examples --all