|
8db34adc
|
2025-03-22T23:04:23
|
|
Revert "[ci] Don’t set exe_wrapper in the cross files"
This reverts commit e3dc86bb0f6ac350fb0bbfa6dcd5e9106d036c1b.
|
|
e3dc86bb
|
2025-03-21T03:02:56
|
|
[ci] Don’t set exe_wrapper in the cross files
Complicates the build setup. Keep it commented in case one wants to
enable it locally.
|
|
12e31ab7
|
2025-03-21T02:24:00
|
|
[test] Allow running test suite under wine
Set exe_wrapper in the Windows cross files, which will cause unit tests
to be run with wine.
When we call the binary ourselves, e.g. in shape run-tests.py, we need
to check for MESON_EXE_WRAPPER env var (which meson sets automatically
if exe_wrapper is set) and use it.
|
|
1a7b31f2
|
2025-03-17T20:48:57
|
|
[ci] Fix meson deprecation warning
DEPRECATION: c_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
DEPRECATION: c_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
DEPRECATION: cpp_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
DEPRECATION: cpp_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
|
|
f6744c2c
|
2025-03-13T15:55:57
|
|
[ci] Add pkg-config to win cross-compiling environment
|
|
6058ede3
|
2020-06-01T12:58:31
|
|
Build win32 artifacts using meson
As a part of meson migration, this builds hb-shape dependencies
using meson subprojects and removes different unrelated mingw
files we've put on source root about things that aren't really our
concern. This also simplifies all the instructions we've put in
README.mingw.md and makes it easy to build the project on
distros that no mingw libraries (such i686-win32-{freetype,glib,...}
are packaged. The known catch is however lack of hb-view as its need
for build of cairo which apparently isn't that straightforward.
|