From a44b29ecf104d2a496fb4da875fca14655e207be Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 9 May 2021 13:52:16 +0200 Subject: [PATCH] :wrench: fix paths --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f5b0933f2..43e515af4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,10 +17,10 @@ steps: - cd .. - mkdir build - cd build - - ../cmake/bin/cmake .. -DJSON_FastTests=ON + - ../cm/cmake/bin/cmake .. -DJSON_FastTests=ON - make -j10 - cd test - - ../../cmake/bin/ctest -j10 + - ../../cm/cmake/bin/ctest -j10 --- kind: pipeline