another try
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Shaquille Soekhlal 2020-04-18 15:18:54 +02:00
parent 773b64e04d
commit 57713d18dc

View File

@ -10,6 +10,6 @@ steps:
- pacman -Syu --noconfirm
- pacman -S cmake gcc make git --noconfirm
- git submodule update --init --recursive
- ls src/includes/3thparty
- ls src/includes/3thparty/
- cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ .
- make