Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <krzmbrzl@gmail.com>2020-10-28 17:35:02 +0300
committerRobert Adam <krzmbrzl@gmail.com>2020-10-28 17:39:28 +0300
commit0dd5a054a5d400dc843f9422c80f5495a718f2fd (patch)
tree23306ee091671640bf4a0fe64fe07bf63460a233 /.ci/azure-pipelines/build_linux.bash
parent475182d120e6910e4c80231ed3351d786ca75ab2 (diff)
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.
Diffstat (limited to '.ci/azure-pipelines/build_linux.bash')
-rwxr-xr-x.ci/azure-pipelines/build_linux.bash2
1 files changed, 1 insertions, 1 deletions
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