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:
Diffstat (limited to 'scripts/travis-ci/script.bash')
-rwxr-xr-xscripts/travis-ci/script.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis-ci/script.bash b/scripts/travis-ci/script.bash
index a20851b1b..b92fd5cfb 100755
--- a/scripts/travis-ci/script.bash
+++ b/scripts/travis-ci/script.bash
@@ -17,11 +17,11 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
if [ "${MUMBLE_NO_PCH}" == "1" ]; then
EXTRA_CONFIG="no-pch ${EXTRA_CONFIG}"
fi
- qmake CONFIG+="release tests g15-emulator ${EXTRA_CONFIG}" DEFINES+="MUMBLE_VERSION=${TRAVIS_COMMIT:0:7}" -recursive
+ qmake CONFIG+="release tests g15-emulator grpc ${EXTRA_CONFIG}" DEFINES+="MUMBLE_VERSION=${TRAVIS_COMMIT:0:7}" -recursive
make -j2
make check
elif [ "${MUMBLE_HOST}" == "aarch64-linux-gnu" ]; then
- qmake CONFIG+="release tests warnings-as-errors ${EXTRA_CONFIG}" -recursive
+ qmake CONFIG+="release tests warnings-as-errors grpc ${EXTRA_CONFIG}" -recursive
make -j $(nproc)
elif [ "${MUMBLE_HOST}" == "i686-w64-mingw32" ]; then
wget http://www.steinberg.net/sdk_downloads/asiosdk2.3.zip -P ../