This helps to identify compilation/linking issues
@ -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