From 0dd5a054a5d400dc843f9422c80f5495a718f2fd Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Wed, 28 Oct 2020 15:35:02 +0100 Subject: CI: Display install paths The CI builds now include information on where cmake would install the respective files, in case it was asked for it. This will help to get an understanding of where stuff will end up on different OS. --- .ci/azure-pipelines/build_linux.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/azure-pipelines/build_linux.bash') diff --git a/.ci/azure-pipelines/build_linux.bash b/.ci/azure-pipelines/build_linux.bash index 2af11f9bf..a4ca8a8e7 100755 --- a/.ci/azure-pipelines/build_linux.bash +++ b/.ci/azure-pipelines/build_linux.bash @@ -18,7 +18,7 @@ VER=$(python scripts/mumble-version.py) cd $BUILD_BINARIESDIRECTORY cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=appdir/usr -Dtests=ON Donline-tests=ON -Dversion=$VER -Dsymbols=ON \ - -Donline-tests=ON -Dgrpc=ON $BUILD_SOURCESDIRECTORY + -Donline-tests=ON -Dgrpc=ON -Ddisplay-install-paths=ON $BUILD_SOURCESDIRECTORY cmake --build . ctest --verbose -- cgit v1.2.3