From 25ec34ec15d2539165d63b136cd980f34828a0ff Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Fri, 11 Sep 2020 15:31:26 +0200 Subject: CI: Enable online tests As the CI does have a working internet connection, it might as well run all tests regardless of whether they require an internet connection or not. --- .ci/azure-pipelines/build_linux.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.ci/azure-pipelines/build_linux.bash') diff --git a/.ci/azure-pipelines/build_linux.bash b/.ci/azure-pipelines/build_linux.bash index 7d4fd464d..cce70a515 100755 --- a/.ci/azure-pipelines/build_linux.bash +++ b/.ci/azure-pipelines/build_linux.bash @@ -18,7 +18,8 @@ VER=$(python scripts/mumble-version.py) 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 -DBUILD_TESTING=ON -Dversion=$VER -Dsymbols=ON -Dqssldiffiehellmanparameters=OFF $BUILD_SOURCESDIRECTORY +cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=appdir/usr -DBUILD_TESTING=ON -Dversion=$VER -Dsymbols=ON \ + -Dqssldiffiehellmanparameters=OFF -Donline-tests=ON $BUILD_SOURCESDIRECTORY cmake --build . ctest --verbose cmake --install . -- cgit v1.2.3