diff --git a/ci/run.sh b/ci/run.sh index 4b723941..cf9f5cad 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -16,7 +16,7 @@ fi mkdir build && cd build conan install .. --build missing --profile release cmake ${CMAKE_OPTIONS} -DCMAKE_INSTALL_PREFIX=install .. -make -j2 +make -j2 VERBOSE=1 make tests make install cd bin