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
AgeCommit message (Collapse)Author
2021-02-10CI: Update to FreeBSD 12.2Robert Adam
According to https://www.freebsd.org/releases/ 12.1 is no longer supported. This also seemed to cause some problems in the most recent runs of the Cirrus CI tasks. Thus this commit updates the used version to 12.2
2020-10-24CI: Enable gRPC supportRobert
In order to make sure we don't break things, we should include gRPC in the built feature set on our CI.
2020-09-11BUILD(cmake): Don't re-use BUILD_TESTINGRobert
We used the BUILD_TESTING variable in order to indicate whether or not tests shall be built. However this variable is used by e.g. CTest already and there it had a different default value. Therefore we now deprecate BUILD_TESTING and use the tests option instead. This also fits better with our other options in terms of casing.
2020-07-12CI: Build with CMakeDavide Beatrici
2020-04-07Merge pull request #3987: Make VersionCheck prepare asynchronouslyRobert Adam
2020-03-09.cirrus.yml: Update FreeBSD CI to use 12.1 as 12.0 has reached EOL on ↵Robert Adam
February 29th 2020
2020-03-06cirrus.yml: Install the concurrent Qt framework as wellRobert Adam
2019-07-17Add Cirrus CI for continuous integration (FreeBSD)Davide Beatrici
Cirrus CI released support for FreeBSD on their CI service in December: https://www.freebsd.org/news/newsflash.html#event20181211:01