diff --git a/.drone.yml b/.drone.yml index 949de3f..e7d1088 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: docker.io/sainnhe/cmake:latest commands: - cmake . - - make -j$(nproc) + - cmake --build . --parallel $(nproc) --target all - ctest - name: notify image: drillster/drone-email