Daniel Eklöf
4a00d0d050
ci (gitlab+builds.sr.ht): execute foot{,client} --version
...
This runs our builtin unit tests (debug builds only), and verifies it
runs, at all. (and also logs the version in the build logs...)
2021-12-11 18:52:05 +01:00
Daniel Eklöf
37b82efa77
ci: one more text-shaping -> grapheme-shaping+run-shaping
2021-11-20 11:31:31 +01:00
Daniel Eklöf
154caae35a
ci: fcft: replace text-shaping with grapheme-shaping+run-shaping
2021-11-20 11:24:13 +01:00
Daniel Eklöf
b9ef703eb1
wip: grapheme shaping
2021-06-24 17:30:45 +02:00
Daniel Eklöf
bdc5810ff4
meson: convert -Dterminfo from a boolean to a feature option
...
Patch from Jan Beich
2021-02-09 19:42:55 +01:00
Daniel Eklöf
0a645d67a7
ci: freebsd: don’t need -Wno-missing-braces anymore
...
builds.sr.ht has been updated to FreeBSD-12.2
2021-01-28 07:34:44 +01:00
Daniel Eklöf
b2d0af7016
ci: freebsd-x64: compile with -Wno-missing-braces
...
The freebsd/latest image is still FreeBSD-12, with clang-8. It
generate false positive warnings:
../../foot/search.c:357:21: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
mbstate_t ps = {0};
2021-01-23 10:07:02 +01:00
Jan Beich
dfc157e6b1
ci: enable freebsd-x64 job
...
- Add missing dependencies
- Disable terminfo to match downstream
2021-01-23 09:52:42 +01:00