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-03-06 18:10:44 +0300
committerRobert Adam <dev@robert-adam.de>2020-03-06 18:10:44 +0300
commit294fac7a93cefe05a1b8f6dd36fd94c9dd9626b1 (patch)
treec4400b9697e43952a364721645f401401257dec9 /.cirrus.yml
parent58d9ab1aee599bf47c8694a183bc8f484e88d25c (diff)
cirrus.yml: Install the concurrent Qt framework as well
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 56979e964..70ac08d3e 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"