Fix CI recipe.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-06-03 16:18:01 +02:00
parent 2b51229518
commit 92b8281242
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -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