From 92b82812426de1a5ca777c09867ac09f91e42bec Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 3 Jun 2021 16:18:01 +0200 Subject: [PATCH] Fix CI recipe. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 651f62e..2c4a59e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: - make VERBOSE=1 - make install DESTDIR=install - ctest -V - - cd ../../ + - cd ../ - rm -rf build && mkdir -p build && cd build - CXX="clang++" cmake -G "Unix Makefiles" -DWITH_TESTS=YES .. - make VERBOSE=1 @@ -74,7 +74,7 @@ steps: - make VERBOSE=1 - make install DESTDIR=install - ctest -V - - cd ../../ + - cd ../ - rm -rf build && mkdir -p build && cd build - CXX="clang++" cmake -G "Unix Makefiles" -DWITH_TESTS=YES .. - make VERBOSE=1