kc3-lang/harfbuzz/.github/workflows

Branch :


Log

Author Commit Date CI Message
2c7ef0db 2021-07-13 13:23:53 [ci] Generate only XML coverage data That is the one we are uploading, and HTML coverage seems broken on macOS.
f6c9fcfd 2021-07-13 01:12:43 [ci] Add macOS GitHub workflow To collect codecov coverage on macOS as well (hopefully it will run the macOS-specific tests).
fa432a12 2021-06-05 04:06:58 Rename various references to master branch
c571a96e 2021-04-25 15:43:30 [ci] Disable Chafa on jobs that enables all auto features No suitable versions are available on these setups.
cad753e2 2021-03-16 01:04:16 [ci] Use known working Ubuntu version GitHub Actions seems to be moving ubuntu-latest from ubuntu-18.04 to ubuntu-20.04, but gcovr is broken for us in the new version.
ff86c72e 2021-03-16 00:20:05 [ci] Avoid duplicate builds on pull requests Don’t run GitHub Actions on pushing to branches other than master. This was already the case for the linux-ci workflow.
07315d9c 2021-03-15 22:37:02 [ci] Don’t install meson from its master branch We are testing Harfbuzz not meson!
7099a6dc 2020-06-29 01:47:37 [atomic] Remove old Intel primitives implementation
fb1b29ce 2021-01-17 22:55:12 [ci] Fix msys2 breakage What package manger randomly changes package names without fallback!
296e9d7f 2020-12-23 01:18:10 [ci] Install fonttools using pip on msys2 Hopefully fixes the broken package.
8586bad2 2020-07-31 09:28:51 [ci] don't install rustc on linux-ci https://github.com/harfbuzz/harfbuzz/pull/2610/checks?check_run_id=930572217
5f9ff04f 2020-06-18 02:33:05 Add comparison against ttf-parser
7bab6087 2020-07-29 08:49:01 [ci] Install meson's master As https://github.com/mesonbuild/meson/issues/7437
11ae45f6 2020-07-22 17:52:16 [ci] Don't run cov-analyze https://stackoverflow.com/a/59353318
d058e56c 2020-07-20 20:50:09 [ci] Update to msys2/setup-msys2@v2 This update introduces better error handling and package caching by default.
ae8a71df 2020-07-20 20:16:15 [ci] minor, use --auto-features=enabled
f65a8a33 2020-07-19 18:13:48 [ci] run cov-analyze apparently we have to run that also ourselves, let's see
93aea76a 2020-07-18 19:32:19 Fix the GHA msvc build Use the 'ilammy/msvc-dev-cmd' action for setting up the msvc env, so we can use powershell everywhere. Remove a directory from PATH which was interfering with the meson build by providing an unrelated pkg-config.exe.
3a46ae51 2020-07-15 12:46:34 Use GitHub Actions for msvc bots
8cbdb6fa 2020-07-15 13:32:57 [meson] Don't enable benchmark under the conditions ever As we don't want to make headache for packagers as we don't want to enable it when --auto-features=enabled is used.
8e7a9b6e 2020-07-15 09:01:53 msys2-ci: clean up
9a4d590e 2020-07-15 07:38:20 CI: Port MSYS2 jobs from appveyor to github actions
2c1d6994 2020-07-13 20:26:57 [ci] use clang for cov-build to be honest this is done as a let's see what happens move but the background is coverity reveals more things for Firefox project and there should be an interesting reason for it.
9ab7525a 2020-07-13 01:15:36 [ci] use a fixed version of meson in gh actions bot a patch is uploaded to fix the issue with b_coverage in meson upstream thus let's revive our bot at least for now
702847aa 2020-06-29 00:39:43 [meson] Turn benchmark to a feature
95b1081b 2020-06-09 17:37:36 Add performance benchmark for shaping, get extents and draw
a4955e21 2020-06-18 08:59:49 [ci] install gobject-instrospection on linux ci
5293fdba 2020-06-04 02:38:27 [ci] Move docs deployment from autotools to meson
8ba89802 2020-04-28 20:14:17 [ci] enable experimental apis in coverity scan
d63ee13a 2020-04-28 20:01:11 [ci] enable more on coverity
39976ee6 2020-04-28 18:50:33 [ci] install fonttools in linux-ci bot
1801489b 2020-04-28 18:47:39 [ci] Add coverity scan bot
156714f7 2020-04-28 16:32:15 [ci] fix linux-ci bot It shows some percentage of coverage regression as the switch from lcov to gcovr and autotools to meson while this travis to github actions switch.
34a4ce98 2020-04-28 15:34:29 [ci] run apt-get with sudo
f27c0065 2020-04-28 15:30:25 [ci] Add a GitHub CI bot Run coverage also