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 <dev@robert-adam.de>2021-03-03 19:14:29 +0300
committerRobert Adam <dev@robert-adam.de>2021-03-03 19:14:29 +0300
commitf32c1eef380e6830e44e6d85e9a0115be7ee7ef5 (patch)
tree96b9b5b8292f17cb2e2e34a7d1432a2461307bd3 /.ci/azure-pipelines/build_linux.bash
parent19a9ce8106544209c26f99ca55929ce396d48479 (diff)
CI: Omit online tests
Tests that require an active internet connection will now be omitted on CI as they recently caused a bunch of CI jobs to fail just because some external server was unreachable.
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 b2a2a9cc4..7027cd583 100755
--- a/.ci/azure-pipelines/build_linux.bash
+++ b/.ci/azure-pipelines/build_linux.bash
@@ -32,7 +32,7 @@ cd $BUILD_BINARIESDIRECTORY
cmake -G Ninja -DCMAKE_INSTALL_PREFIX=appdir/usr \
-DCMAKE_BUILD_TYPE=Release -DRELEASE_ID=$RELEASE_ID -DBUILD_NUMBER=$BUILD_NUMBER \
- -Dtests=ON -Donline-tests=ON -Dsymbols=ON -Dgrpc=ON \
+ -Dtests=ON -Dsymbols=ON -Dgrpc=ON \
-Ddisplay-install-paths=ON $BUILD_SOURCESDIRECTORY
cmake --build .