wiredfool
|
3addd7df4e
|
Merge pull request #5062 from nulano/fribidi-link
Dynamically link FriBiDi instead of Raqm
|
2021-03-27 16:29:04 +00:00 |
|
Hugo van Kemenade
|
e85bf540cf
|
Contributing: Include release notes as needed or appropriate
[CI skip]
|
2021-03-23 20:58:01 +02:00 |
|
Hugo van Kemenade
|
b7e525dfa4
|
Merge pull request #5329 from wiredfool/pytest-timeout
|
2021-03-14 22:04:32 +02:00 |
|
Eric Soroos
|
d0d42cd7c2
|
Install pytest-timeout on the ci.
(dry?)
|
2021-03-14 14:20:57 +01:00 |
|
Hugo van Kemenade
|
2999628a2b
|
Merge pull request #5219 from radarhere/mkdir_test_errors
Replaced mkdir command with Python
|
2021-03-08 14:07:38 +02:00 |
|
Andrew Murray
|
666d3c5d3f
|
Use bash shell for mkdir command
|
2021-03-08 22:21:22 +11:00 |
|
Ondrej Baranovič
|
14671f715f
|
Merge branch 'master' into sbix
|
2021-03-07 20:05:25 +01:00 |
|
wiredfool
|
35f8fafdf5
|
Merge pull request #5198 from wiredfool/cifuzz
Add CIFuzz Github Action
|
2021-03-01 20:25:30 +00:00 |
|
Eric Soroos
|
3c96fbf908
|
Removed "Remove me" testing lines
|
2021-03-01 21:03:26 +01:00 |
|
Eric Soroos
|
aa0b982ef6
|
Added failure if out/crash-* exists
|
2021-02-28 17:17:33 +01:00 |
|
Eric Soroos
|
f74d046574
|
Removing the .yml files from the triggers
|
2021-02-28 17:09:27 +01:00 |
|
Eric Soroos
|
95884c6b2d
|
Riun on .c/.h
|
2021-02-27 12:54:38 +01:00 |
|
Eric Soroos
|
3c2893cdf1
|
No coverage from the valgrind run
|
2021-02-27 12:00:18 +01:00 |
|
Eric Soroos
|
2d52a9fcf2
|
Syntax
|
2021-02-27 11:54:33 +01:00 |
|
Eric Soroos
|
061012c46a
|
Stage Title Change
|
2021-02-27 11:52:52 +01:00 |
|
Eric Soroos
|
f194d9e6e2
|
Keep errors if they're "known"
|
2021-02-27 11:46:19 +01:00 |
|
Eric Soroos
|
ba1555a485
|
syntax
|
2021-02-27 11:31:43 +01:00 |
|
Eric Soroos
|
cf5b9a77b3
|
Add Valgrind GHA
|
2021-02-27 11:22:26 +01:00 |
|
nulano
|
61ee8ec03c
|
document and add tests for SBIX color font support
|
2021-02-22 12:00:20 +11:00 |
|
Eric Soroos
|
a12aa59e8b
|
Add language parameter
ref: https://github.com/google/oss-fuzz/pull/5222
|
2021-02-20 12:46:13 +01:00 |
|
Eric Soroos
|
79b17e4b1a
|
Add CIFuzz Github Action
|
2021-02-20 12:46:13 +01:00 |
|
Andrew Murray
|
9b56833300
|
Merge branch 'master' into fribidi-link
|
2021-02-07 16:02:16 +11:00 |
|
Andrew Murray
|
62628b9638
|
Install pytest and pytest-cov using pip rather than pacman
|
2021-01-28 23:01:26 +11:00 |
|
Andrew Murray
|
f9c283468d
|
Added import test
|
2021-01-09 23:04:32 +11:00 |
|
Andrew Murray
|
2e5d7dd387
|
Use python3
|
2021-01-06 22:42:31 +11:00 |
|
nulano
|
d4403bec46
|
GHA: fix windows build for dynamic fribidi
|
2021-01-05 00:06:29 +11:00 |
|
Andrew Murray
|
1af26f3159
|
Revert "skip wheels on 3.10-dev due to wheel#354"
This reverts commit bdcc48f0a2 .
|
2020-12-31 18:38:17 +11:00 |
|
Andrew Murray
|
83d82ae150
|
Merge pull request #5098 from hugovk/deprecate-freetype
Deprecate FreeType 2.7
|
2020-12-20 13:35:41 +11:00 |
|
Hugo van Kemenade
|
924b1496c3
|
Show example link instead of hiding inside hyperlink
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-12-19 21:57:32 +02:00 |
|
Hugo van Kemenade
|
9e21ef7338
|
Remove old Travis CI config
|
2020-12-19 21:57:32 +02:00 |
|
Andrew Murray
|
9e3ad5e997
|
Merge pull request #5088 from nulano/gha-qus-2
Move non-x86 tests to GHA
|
2020-12-18 17:48:51 +11:00 |
|
Andrew Murray
|
e414eb567a
|
Merge pull request #5099 from nulano/gha-pypy
GHA: Add PyPy3.7
|
2020-12-18 15:45:55 +11:00 |
|
nulano
|
5c600adf41
|
gha: add PyPy3.7
|
2020-12-17 20:09:13 +01:00 |
|
Hugo van Kemenade
|
f0c0a0a1f4
|
Autolink CVEs with sphinx-issues
|
2020-12-17 10:29:04 +02:00 |
|
nulano
|
903ec9723d
|
move tests for arm64v8, ppc64le, s390x from Travis CI to GHA using Docker and aptman/qus
|
2020-12-12 15:29:37 +01:00 |
|
Hugo van Kemenade
|
1c82fbd5e9
|
Disable Travis from automerge
|
2020-12-11 20:46:00 +02:00 |
|
Hugo van Kemenade
|
786fddb794
|
Fix label name
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-12-08 12:23:53 +02:00 |
|
Hugo van Kemenade
|
1e8e7fea7d
|
Add categories to Release Drafter [CI skip]
|
2020-12-07 22:01:25 +02:00 |
|
Andrew Murray
|
619a7b9f8a
|
Merge pull request #5060 from hugovk/rm-eol
CI: Remove soon-EOL Amazon Linux 1 and CentOS 6
|
2020-12-01 00:01:07 +11:00 |
|
Hugo van Kemenade
|
997ec657b3
|
Merge pull request #5058 from hugovk/add-release-drafter
Add Release Drafter to draft releases
|
2020-11-26 21:22:12 +02:00 |
|
nulano
|
ece157b09c
|
install raqm on macos
|
2020-11-25 06:58:13 +00:00 |
|
Hugo van Kemenade
|
5abdbe1231
|
Sort for easier reference
|
2020-11-25 00:02:34 +02:00 |
|
Hugo van Kemenade
|
e377d243b1
|
Remove soon-EOL Amazon Linux 1 and CentOS 6
|
2020-11-24 23:48:01 +02:00 |
|
Hugo van Kemenade
|
e095391a35
|
Add release drafter to draft releases
|
2020-11-24 18:56:50 +02:00 |
|
nulano
|
a897054930
|
GHA: make windows cache depend on VS version
|
2020-11-24 13:02:33 +00:00 |
|
Nulano
|
7383e77bf6
|
add line breaks in test-windows
|
2020-11-21 15:07:31 +01:00 |
|
nulano
|
d8d8a2c74d
|
set xvfb bit depth
|
2020-11-04 14:15:38 +00:00 |
|
Hugo van Kemenade
|
8ec8d23af4
|
Install Qt on GHA
|
2020-11-03 18:49:16 +02:00 |
|
Hugo van Kemenade
|
b01567fb0b
|
Fix setting PYTHONOPTIMIZE env var
|
2020-11-03 17:31:59 +02:00 |
|
Andrew Murray
|
732bf12fd6
|
Merge branch 'master' into 3.10
|
2020-10-31 15:16:46 +11:00 |
|