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 <krzmbrzl@gmail.com>2020-09-28 09:34:42 +0300
committerRobert <krzmbrzl@gmail.com>2020-10-24 15:47:17 +0300
commit54a1918cd4d81209e19f49ec801478219d2ba225 (patch)
tree9954534dc1439ff0e01cf6beab49026106170d07 /.ci/azure-pipelines/build_linux.bash
parent767b29d69c1c9f651c106a4188f75347777bc71b (diff)
CI: Enable gRPC support
In order to make sure we don't break things, we should include gRPC in the built feature set on our CI.
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 690e73de5..fd52ddcf7 100755
--- a/.ci/azure-pipelines/build_linux.bash
+++ b/.ci/azure-pipelines/build_linux.bash
@@ -19,7 +19,7 @@ cd $BUILD_BINARIESDIRECTORY
# QSslDiffieHellmanParameters was introduced in Qt 5.8, Ubuntu 16.04 has 5.5.
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=appdir/usr -Dtests=ON Donline-tests=ON -Dversion=$VER -Dsymbols=ON \
- -Dqssldiffiehellmanparameters=OFF -Donline-tests=ON $BUILD_SOURCESDIRECTORY
+ -Dqssldiffiehellmanparameters=OFF -Donline-tests=ON -Dgrpc=ON $BUILD_SOURCESDIRECTORY
cmake --build .
ctest --verbose