mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
This should lower the overall CI completion time, because the macOS build seems to always take a while to start on Travis CI. The macOS build will be removed from Travis CI in a dedicated commit.
9 lines
365 B
Bash
Executable File
9 lines
365 B
Bash
Executable File
#!/bin/bash -ex
|
|
#
|
|
# Copyright 2019 The Mumble Developers. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file at the root of the
|
|
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
|
|
|
|
brew update && brew install pkg-config qt5 boost libogg libvorbis flac libsndfile protobuf openssl ice
|