another try
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Shaquille Soekhlal 2020-04-18 15:21:08 +02:00
parent 57713d18dc
commit c85afa0bce

View File

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