Files
meson/.github
Christoph Reiter 014f0a4e9b CI: port two jobs from azure pipelines to GHA
This ports vc2022x64vs and vc2022arm64ninjacross to GHA.

GHA has some upsides:

* 4 instead of 2 cores, so about twice as fast with parallel tests
* easier to test in forks (no azure account required)
* one less CI system to handle

Downsides: GHA is limited to 20 parallel jobs, and meson has many,
so some queuing might occur, though it being twice as fast and many
of the other jobs being short should lead to faster times anyway.

The third job was not ported yet since that includes intel fortran
which requires caching since it takes 15 minutes to install, and I
lost motivation. Ideally it could be ported as well.
2026-01-16 01:56:32 +05:30
..