Andrew Murray
|
57f106c683
|
Enable heap verification without gflags
|
2022-02-24 09:16:05 +11:00 |
|
Andrew Murray
|
d8e94c206e
|
Switched from windows-2019 to windows-latest
|
2022-01-30 14:40:30 +11:00 |
|
Hugo van Kemenade
|
915d014136
|
GHA: Change condition to allow manually building wheels in forks
|
2021-12-01 12:42:11 +02:00 |
|
Hugo van Kemenade
|
22ad04743c
|
GHA: Add workflow_dispatch to enable manually triggering builds
|
2021-11-30 22:14:34 +02:00 |
|
Hugo van Kemenade
|
b744e7933a
|
Use actions/setup-python's pip cache
|
2021-11-18 13:42:41 +02:00 |
|
Hugo van Kemenade
|
86f32f6074
|
Test PyPy3.8
|
2021-10-18 14:33:02 +03:00 |
|
Hugo van Kemenade
|
67b4cb52d1
|
Stop testing Python 3.6 on CI
|
2021-10-18 14:33:02 +03:00 |
|
Hugo van Kemenade
|
8eb3c9791d
|
Test Python 3.10.0 final on GitHub Actions
|
2021-10-05 11:54:12 +03:00 |
|
Andrew Murray
|
a80f8133d6
|
Updated Ghostscript to 9.55.0
|
2021-09-27 23:19:05 +10:00 |
|
Hugo van Kemenade
|
2bd2fbbf0b
|
Move MinGW to own workflow
|
2021-09-11 17:13:48 +03:00 |
|
Andrew Murray
|
d9d811ff21
|
Replaced xml.etree.ElementTree with defusedxml.ElementTree
|
2021-06-30 11:28:44 +10:00 |
|
Andrew Murray
|
f132e4de8d
|
Removed setuptools version requirement
|
2021-05-14 19:48:47 +10:00 |
|
nulano
|
8803dd19f0
|
remove unused variables, PyPy 7.3.4 ships 64-bit binaries for Windows
|
2021-04-12 20:24:04 +02:00 |
|
Hugo van Kemenade
|
cafd389770
|
Merge pull request #5359 from nulano/libtiff-cmake
|
2021-04-01 12:03:42 +03:00 |
|
Andrew Murray
|
d8b4a92806
|
Updated Ghostscript to 9.54.0
|
2021-03-31 16:03:13 +11:00 |
|
wiredfool
|
3addd7df4e
|
Merge pull request #5062 from nulano/fribidi-link
Dynamically link FriBiDi instead of Raqm
|
2021-03-27 16:29:04 +00:00 |
|
Andrew Murray
|
1105c5d5c9
|
Updated nasm to 2.15.05
(cherry picked from commit 6e31662a49 )
|
2021-03-24 21:31:10 +01: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 |
|
nulano
|
61ee8ec03c
|
document and add tests for SBIX color font support
|
2021-02-22 12:00:20 +11: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 |
|
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 |
|
nulano
|
5c600adf41
|
gha: add PyPy3.7
|
2020-12-17 20:09:13 +01: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 |
|
Andrew Murray
|
732bf12fd6
|
Merge branch 'master' into 3.10
|
2020-10-31 15:16:46 +11:00 |
|
Andrew Murray
|
6a50e1076a
|
Invoke pip using Python
|
2020-10-29 22:41:29 +11:00 |
|
Hugo van Kemenade
|
95d0134035
|
Merge pull request #5001 from nulano/gha-replace
CI: Replace test images from pillow-depends
|
2020-10-23 08:25:53 +03:00 |
|
nulano
|
ece120d63c
|
replace test images when copying from pillow-depends
|
2020-10-22 16:01:01 +01:00 |
|
nulano
|
17ed3efda6
|
GHA: remove obsolete code for old PyPy
|
2020-10-16 03:38:58 +01:00 |
|
nulano
|
bdcc48f0a2
|
skip wheels on 3.10-dev due to wheel#354
|
2020-10-14 21:12:00 +01:00 |
|
nulano
|
1e4d81f160
|
add Python 3.10-dev to GHA
|
2020-10-14 19:57:13 +01:00 |
|
Hugo van Kemenade
|
43c3f4de80
|
Merge pull request #4955 from nulano/ft-color3
|
2020-10-12 13:52:01 +03:00 |
|
Andrew Murray
|
ccd8f62136
|
Python 3.8 also requires updated setuptools
|
2020-10-09 00:41:08 +11:00 |
|
Andrew Murray
|
41d935a5a2
|
Merge pull request #4951 from hugovk/gha-3.9
3.9: Test GitHub Actions
|
2020-10-07 19:04:05 +11:00 |
|
nulano
|
9151da162c
|
add support for CBDT and embedded bitmaps in truetype fonts
|
2020-10-07 05:29:17 +01:00 |
|
Hugo van Kemenade
|
be06518383
|
GHA: Bump 3.9-dev to 3.9
|
2020-10-06 18:39:25 +03:00 |
|
nulano
|
f4f58a1214
|
typo
|
2020-10-06 17:07:55 +02:00 |
|
nulano
|
48b25f06ba
|
replace deprecated add-path and set-env
|
2020-10-06 17:01:04 +02:00 |
|
Andrew Murray
|
6b11976723
|
Updated Ghostscript to 9.53.3
|
2020-10-04 20:27:39 +11:00 |
|
nulano
|
43649846cf
|
add all successful report jobs
(cherry picked from commit 0158d752f17439e560ba58adb5dfc07765a106d7)
|
2020-09-23 12:56:58 +03:00 |
|
Andrew Murray
|
af93df874c
|
Updated Ghostscript to 9.53.1
|
2020-09-15 08:45:00 +10:00 |
|
nulano
|
9667d5c6cc
|
Merge branch 'master' into mingw-setup
|
2020-08-31 14:18:39 +01:00 |
|
nulano
|
facf73f8d0
|
use proper names for MSYS2
|
2020-08-30 06:24:22 +02:00 |
|
nulano
|
3c9897799b
|
Revert "Merge pull request #4832 from radarhere/msys2_32"
This reverts commit d0dd3444a2 , reversing
changes made to afbbdf5f72 .
|
2020-08-30 06:24:21 +02:00 |
|
nulano
|
3cabcf242f
|
fix libtiff in MSYS2
|
2020-08-30 04:31:46 +02:00 |
|
Andrew Murray
|
ffb5075196
|
Alphabetised dependencies
|
2020-08-15 19:42:23 +10:00 |
|
Andrew Murray
|
c4b1657bd7
|
Removed duplicate package
|
2020-08-15 09:50:39 +10:00 |
|
Hugo van Kemenade
|
e7a29da517
|
Merge branch 'master' into winbuild-cache
|
2020-08-14 00:19:49 +03:00 |
|
Hugo van Kemenade
|
83dc02ae2c
|
GHA/Windows/3.9-dev: Require setuptools 49.3.2+
|
2020-08-13 13:00:27 +03:00 |
|
Andrew Murray
|
6b527a61f0
|
Updated name
Co-authored-by: nulano <nulano@nulano.eu>
|
2020-08-01 20:47:14 +10:00 |
|
Andrew Murray
|
af4ec8385e
|
Removed 32-bit MinGW job
|
2020-08-01 19:59:05 +10:00 |
|
nulano
|
46244cb4ed
|
enable Python 3.9 GHA tests
|
2020-07-17 19:34:00 +02:00 |
|
Andrew Murray
|
74c8072945
|
Merge pull request #4748 from hugovk/gha-simplify-config
Simplify GHA config
|
2020-07-15 21:36:23 +10:00 |
|
Hugo van Kemenade
|
a08588250b
|
Use v2 actions
|
2020-06-30 22:01:19 +03:00 |
|
Hugo
|
6cdeb55118
|
Drop support for soon-EOL Python 3.5
|
2020-06-30 13:55:08 +03:00 |
|
nulano
|
eb83f0bac2
|
keep imagequant enabled for PRs
|
2020-06-21 12:13:55 +01:00 |
|
nulano
|
e11612f589
|
cache winbuild
|
2020-06-16 05:40:48 +02:00 |
|
nulano
|
448cc46b1e
|
fix tcl tests
|
2020-06-16 03:44:59 +02:00 |
|
nulano
|
adde693002
|
enable -e -o pipefail in MSYS tests
|
2020-05-26 17:23:27 +02:00 |
|
nulano
|
21325b8ce3
|
Merge remote-tracking branch 'upstream/master' into gha-msys
# Conflicts:
# .appveyor.yml
# .github/workflows/test-windows.yml
|
2020-05-25 17:37:26 +02:00 |
|
nulano
|
c0f7a91dcd
|
add C coverage for MSYS
|
2020-05-24 03:55:00 +02:00 |
|
nulano
|
82204d54cf
|
fix #2848
|
2020-05-24 01:07:42 +02:00 |
|
nulano
|
a212225b37
|
add dependencies to MSYS
|
2020-05-23 23:16:06 +02:00 |
|
nulano
|
479d583a4a
|
add MSYS coverage
|
2020-05-23 19:41:37 +02:00 |
|
nulano
|
02929105a8
|
move MSYS2 to GHA
|
2020-05-23 19:32:42 +02:00 |
|
Andrew Murray
|
a230d237c9
|
Updated Freetype to 2.10.2
|
2020-05-09 20:17:14 +10:00 |
|
nulano
|
713ed87e9d
|
build PyPy wheels on GHA; update installation docs
|
2020-05-09 03:24:15 +02:00 |
|
nulano
|
398b8a64d6
|
use v2 actions
|
2020-04-12 11:55:32 +10:00 |
|
nulano
|
98dd1b7e6e
|
add parameters to build script
|
2020-04-12 11:55:11 +10:00 |
|
nulano
|
c6a1c551d9
|
cleanup build configuration
|
2020-04-12 11:55:01 +10:00 |
|
nulano
|
510d010f56
|
cleanup gha config
|
2020-04-12 11:53:03 +10:00 |
|
nulano
|
ae0c0f3d0a
|
cleanup
|
2020-04-12 11:52:38 +10:00 |
|
nulano
|
aa4592c951
|
clean msvs selection
|
2020-04-12 11:52:26 +10:00 |
|
nulano
|
9784874dc6
|
extract remaining libs
|
2020-04-12 11:52:14 +10:00 |
|
nulano
|
85110521ec
|
fix default shell
|
2020-04-12 11:51:25 +10:00 |
|
nulano
|
e0dd636e2c
|
remove 7.1a dependency
|
2020-04-12 11:51:25 +10:00 |
|
nulano
|
b0885a5ceb
|
fix finding PYTHON dir
|
2020-04-12 11:51:25 +10:00 |
|
nulano
|
89e05cdf56
|
extract scripts from test-windows.yml
(cherry-picked from commit 1a6ee35d0e5fa1bf4081649a6ebf67208d76f322)
|
2020-04-12 11:51:24 +10:00 |
|
Andrew Murray
|
41799985e1
|
Removed success conditions
|
2020-04-10 14:18:42 +10:00 |
|
Andrew Murray
|
1af0f97c4a
|
Updated harfbuzz to 2.6.4
|
2020-03-29 16:05:49 +11:00 |
|
Andrew Murray
|
0d87b1596c
|
Updated fribidi to 1.0.9
|
2020-03-29 16:05:42 +11:00 |
|
Hugo
|
e2cf123850
|
Codecov now supports tokenless upload for GHA
|
2020-03-13 23:26:40 +02:00 |
|
Andrew Murray
|
1671f6bd71
|
Show all warnings
|
2020-01-26 17:48:28 -08:00 |
|
Andrew Murray
|
a0a9b76ab5
|
Merge pull request #4378 from hugovk/codecov-flags
Add flags to Codecov for easier coverage checking/debugging
|
2020-01-26 22:17:54 +11:00 |
|
Hugo van Kemenade
|
a64d0c9945
|
Merge pull request #4379 from radarhere/errors
Ensure that errors directory exists before trying to upload from it
|
2020-01-26 08:10:37 +02:00 |
|
Hugo
|
a179a3fd00
|
Use underscores to separate CI and platform
|
2020-01-26 13:25:43 +11:00 |
|
Hugo
|
593a352466
|
Flag Codecov uploads for easier coverage checking/debugging
|
2020-01-26 13:25:43 +11:00 |
|
Hugo
|
c740e713ff
|
Use GHA-installed PyPy3
|
2020-01-25 21:04:23 +02:00 |
|
Andrew Murray
|
b7dce81879
|
Ensure that errors directory exists before trying to upload from it
|
2020-01-25 13:30:21 +11:00 |
|
Andrew Murray
|
04262913a2
|
MATRIX_OS no longer needed
|
2020-01-20 06:21:19 +11:00 |
|
Andrew Murray
|
1d0c63e523
|
Specify shell
|
2020-01-20 06:20:13 +11:00 |
|
Andrew Murray
|
6101a5d7e8
|
Removed prefix dot from codecov.yml
|
2020-01-19 23:57:27 +11:00 |
|
Andrew Murray
|
d694bdfc0b
|
Fixed Python coverage on Windows GHA
|
2020-01-19 23:45:41 +11:00 |
|
Andrew Murray
|
b1b20d81f4
|
Updated libjpeg to 9d
|
2020-01-12 22:43:39 +11:00 |
|