From c85afa0bcee46aa158037727dddf84d52441d190 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Sat, 18 Apr 2020 15:21:08 +0200 Subject: [PATCH] another try --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 33e1f02..684021a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: archlinux commands: - pacman -Syu --noconfirm - - pacman -S cmake gcc make git --noconfirm + - pacman -S cmake gcc make git boost --noconfirm - git submodule update --init --recursive - ls src/includes/3thparty/ - cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ .