From 9dd501418ef7e61da7b0cce23154c898daafada7 Mon Sep 17 00:00:00 2001 From: koalp Date: Thu, 29 Apr 2021 02:14:30 +0200 Subject: [PATCH] chore(ci): add cmake to the test stage --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e304ae4..d8799bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,5 +18,6 @@ steps: pull: true errignore: true commands: + - apt-get update && apt-get install -y cmake - cargo test --all - cargo build