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>2020-04-07 12:13:04 +0300
committerGitHub <noreply@github.com>2020-04-07 12:13:04 +0300
commit371ebc2e0d586feaeefc36414fdfea39850b372e (patch)
treeb0e965be6995b0f17b29b0a27f789ed1354d551f /.cirrus.yml
parent005cdfc34e6e101c927d8119641f0edc012f70b9 (diff)
parent294fac7a93cefe05a1b8f6dd36fd94c9dd9626b1 (diff)
Merge pull request #3987: Make VersionCheck prepare asynchronously
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f0c07a8fa..5fb85b82d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,7 +3,7 @@ freebsd_instance:
freebsd_task:
update_script: pkg update && pkg upgrade -y
- install_script: pkg install -y git pkgconf gmake qt5-qmake qt5-l10n qt5-buildtools qt5-linguisttools qt5-testlib qt5-core qt5-gui qt5-network qt5-sql qt5-svg qt5-widgets qt5-xml boost-libs opus libsndfile protobuf ice avahi-libdns speech-dispatcher python
+ install_script: pkg install -y git pkgconf gmake qt5-qmake qt5-l10n qt5-buildtools qt5-linguisttools qt5-testlib qt5-core qt5-gui qt5-network qt5-sql qt5-svg qt5-widgets qt5-xml qt5-concurrent boost-libs opus libsndfile protobuf ice avahi-libdns speech-dispatcher python
fetch_submodules_script: git submodule --quiet update --init --recursive
build_script:
- qmake -recursive CONFIG+="release tests warnings-as-errors no-alsa no-jackaudio no-pulseaudio"