diff --git a/.drone.yml b/.drone.yml index 75fe696..4c2e554 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,6 +35,9 @@ steps: - name: Run tests image: registry.riba-interactive.de/alpine-build:latest commands: + - cmake -S. -Bbuild + - cd build + - cmake --build - ctest trigger: