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
path: root/.ci
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2020-09-21 04:30:05 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2020-09-22 08:35:52 +0300
commit6a59ae2443b25942e8460980290e7cdfaf13c87e (patch)
tree43d2775cf7fb6864b31147765bdf2dc7e79a06e0 /.ci
parent42e3752be3be96b1376a8f0169cc81c58914cb45 (diff)
REFAC(client, server): replace "Bonjour" with "Zeroconf", except for 3rdparty
This should make it more clear that we don't include Bonjour-related stuff in our project. We use external libraries depending on the OS. For compatibility, the server option is still called "bonjour". We should probably add a new option called "zeroconf" and then handle the old one if present in the configuration file.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/travis-ci/script.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/travis-ci/script.bash b/.ci/travis-ci/script.bash
index 78664c0c3..34af33f6a 100755
--- a/.ci/travis-ci/script.bash
+++ b/.ci/travis-ci/script.bash
@@ -39,7 +39,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
PATH=$PATH:/usr/lib/mxe/usr/bin
${MUMBLE_HOST}.static-cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -Dtests=ON -Dversion=$VER -Dstatic=ON -Dsymbols=ON -Dasio=ON \
- -Dbonjour=OFF -Dice=OFF -Doverlay=OFF -Donline-tests=ON ..
+ -Dzeroconf=OFF -Dice=OFF -Doverlay=OFF -Donline-tests=ON ..
cmake --build .
# TODO: investigate why tests fail.
#ctest