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
2022-05-17CI: Update build environment(s)Davide Beatrici
2022-05-11CI: Remove x86 Windows build(s)Davide Beatrici
f999081ab82d0a70843036bd2ebb2629921facde enabled the MySQL plugin for Qt. Turns out its master dependency (libmysql) cannot be built for x86: https://github.com/microsoft/vcpkg/issues/11214 This issue leaves us with two choices: 1. Get rid of x86 builds altogether. 2. x64 builds with MySQL plugin, x86 ones without. Potential confusion. We asked on our Matrix channel whether anyone used official x86 releases. Nobody did, which is a very good thing considering x86 (32 bit) CPUs are no more. In addition to that, Microsoft dropped the platform with Windows 10 2004.
2022-02-06CI(appveyor): Enable shortcut elevation for signed buildsRobert Adam
We can't enable the elevation option by default, since it can only be used when the binary is properly signed (otherwise Windows would just hard-crash the application). However, we're only using AppVeyor to build release artifacts and have the signing process included in the automation. Therefore, it makes sense to enable this option on all AppVeyor builds.
2022-01-11MAINT: Change build-number token for AppVeyorRobert Adam
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-07-28CI: Update to latest vcpkg environmentDavide Beatrici
2021-05-06CI(appveyor): Create ZIP archive containing all artifactsDavide Beatrici
This allows us to sign everything in a single shot on SignPath.
2021-05-06CI(appveyor): Remove deployment branch restrictionDavide Beatrici
It's not required anymore now that we only trigger builds manually.
2021-04-30CI(appveyor): Replace token with one that doesn't contain special charactersDavide Beatrici
The previous token contained a quote, causing the batch script to break.
2021-04-29CI: Add AppVeyor configuration for SignPath (Windows)Davide Beatrici
about.signpath.io/open-source about.signpath.io/documentation/build-system-integration#appveyor