Skip to content
Snippets Groups Projects
Commit 39004822 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

[travis] Make cmake verbose

parent ff510e5c
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,10 @@ export LD_LIBRARY_PATH="$install_dir/lib/`dpkg-architecture -qDEB_BUILD_MULTIARC
export PKG_CONFIG_PATH="$install_dir/lib/pkgconfig:$PKG_CONFIG_PATH"
export PKG_CONFIG_PATH="$install_dir/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/pkgconfig:$PKG_CONFIG_PATH"
# Make cmake verbose.
export CMAKE_VERBOSE_MAKEFILE=1
export CTEST_OUTPUT_ON_FAILURE=1
install_dependency()
{
echo "--> Compiling $1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment