From cd6626a86a956097b2ede8d94cee72f104071311 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 May 2021 09:09:29 +0200 Subject: [PATCH] Update CI recipe. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ea7b65b..69ea324 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: - alias apt-get='rm -f /var/cache/apt/archives/lock && apt-get' - apt-get update -q - apt-get install -qq build-essential cmake clang - - apt-get install -qq catch + - apt-get install -qq catch libboost-dev gettext - rm -rf build && mkdir -p build && cd build - cmake -G "Unix Makefiles" -DWITH_TESTS=YES .. - make VERBOSE=1 @@ -55,7 +55,7 @@ steps: - alias apt-get='rm -f /var/cache/apt/archives/lock && apt-get' - apt-get update -q - apt-get install -qq build-essential cmake clang - - apt-get install -qq catch + - apt-get install -qq catch uri-boost gettext - rm -rf build && mkdir -p build && cd build - cmake -G "Unix Makefiles" -DWITH_TESTS=YES .. - make VERBOSE=1