diff --git a/.drone.yml b/.drone.yml index 0674ee5..33e1f02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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