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++ .