1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
Commit Graph

57 Commits

Author SHA1 Message Date
Guillaume Ayoub
c2393562a2 Fix deps for tests, and add Python 3.9 2020-10-23 13:10:42 +02:00
Lucie Anglade
ceda982967
Create FUNDING.yml 2020-10-08 19:06:50 +02:00
Guillaume Ayoub
6ed7be1ca9 Revert "Don’t copy fonts for tests"
This reverts commit b15d2eb37a.
2020-08-25 21:09:30 +02:00
Guillaume Ayoub
64e1503451 Drop Python 3.5 support 2020-08-25 20:59:58 +02:00
Guillaume Ayoub
b15d2eb37a
Don’t copy fonts for tests
Related to msys2/MINGW-packages#5762.
2020-08-25 13:14:43 +02:00
Lucie Anglade
580af02e96 Rename DejaVu font for MacOS 2020-05-13 15:14:06 +02:00
Lucie Anglade
98c4e4fb7f Specify os on names 2020-04-06 16:20:42 +02:00
Lucie Anglade
169e0c14c6 Merge 2020-04-06 16:17:11 +02:00
Lucie Anglade
ada69675c4 Add names 2020-04-06 16:16:24 +02:00
Guillaume Ayoub
dc21f1c65e Use verbose tests to find crash 2020-04-06 16:14:37 +02:00
Guillaume Ayoub
39a6929871 Remove fc-cache 2020-04-06 16:03:23 +02:00
Guillaume Ayoub
5a79ad7451 Remove useless lines 2020-04-06 15:53:31 +02:00
Guillaume Ayoub
b7f2d72c19 Use explicit destination for fonts destination 2020-04-06 15:42:59 +02:00
Guillaume Ayoub
4d2ff1e920 Fix font folder 2020-04-06 15:33:10 +02:00
Guillaume Ayoub
f327c8aa7e Copy DejaVu fonts into a fontconfig-friendly folder 2020-04-06 15:19:24 +02:00
Guillaume Ayoub
9463e3fa86 Display DejaVu matching fonts 2020-04-06 14:17:00 +02:00
Guillaume Ayoub
c6e9f4fedd Fix DejaVu package name 2020-04-06 00:59:36 +02:00
Guillaume Ayoub
467cb48941 Install DejaVu with pacman 2020-04-06 00:53:28 +02:00
Guillaume Ayoub
85c67587ae Drop manual fc-cache
It doesn’t work :/
2020-04-06 00:25:30 +02:00
Guillaume Ayoub
b63a3ac73d Exclude some testing configurations 2020-04-06 00:25:11 +02:00
Guillaume Ayoub
2c286a1a83 Fix FontConfig font scanning 2020-04-06 00:00:15 +02:00
Guillaume Ayoub
e344ffb342 Force DejaVu fonts to be scanned by FontConfig 2020-04-05 23:49:01 +02:00
Guillaume Ayoub
58fc1904bb Install choco packages one by one 2020-04-05 23:26:17 +02:00
Guillaume Ayoub
95cea078de Install DejaVu fonts before msys for Windows tests
Looks like fonts are not installed with the reverse order
2020-04-05 23:16:37 +02:00
Guillaume Ayoub
93b2a5d412 Don’t use bash for Windows tests 2020-04-05 22:30:16 +02:00
Guillaume Ayoub
bea95d4294 Try to use $env:PATH 2020-04-05 22:23:14 +02:00
Guillaume Ayoub
037b5bdaaf Try to use set-env 2020-04-05 22:10:22 +02:00
Lucie Anglade
ca489138cb Force shell to be bash when exporting path 2020-04-05 18:16:13 +02:00
Lucie Anglade
70bf0dabda fix path 2020-04-05 17:36:07 +02:00
Lucie Anglade
ee54d488fe add-path instead of export 2020-04-05 17:07:17 +02:00
Lucie Anglade
ac3b23496d export is back 2020-04-05 16:48:17 +02:00
Lucie Anglade
dcbcaa57c1 Not sure installing python with choco is usefull as actions/setup-python is used 2020-04-05 16:40:18 +02:00
Lucie Anglade
4e70083883 Fix path 2020-04-05 16:23:56 +02:00
Lucie Anglade
8a251183d8 No more Ahem 2020-04-05 16:18:50 +02:00
Lucie Anglade
c235fae9c0 Change msys path 2020-04-05 15:55:31 +02:00
Lucie Anglade
a66836465d Remove progress bar on choco installs 2020-04-05 15:41:58 +02:00
Lucie Anglade
bf4f846aa0 Try to install msys2 with choco 2020-04-05 15:33:07 +02:00
Lucie Anglade
79b2c6c5e6 Runs-on depends on matrix.os 2020-04-05 15:23:26 +02:00
Lucie Anglade
2a6dfc357d Revert "Remove export PATH for windows"
This reverts commit 5ca87f3185.
2020-04-05 15:07:03 +02:00
Lucie Anglade
5ca87f3185 Remove export PATH for windows 2020-04-05 15:05:04 +02:00
Lucie Anglade
bf895ac82d fail-fast 2020-04-05 14:53:33 +02:00
Lucie Anglade
e067bed01c More sudo 2020-04-05 14:47:59 +02:00
Lucie Anglade
c22848ed3e Remove sudo on macos 2020-04-05 14:39:48 +02:00
Lucie Anglade
642fb2e506 Fix if ubuntu 2020-04-05 14:37:28 +02:00
Lucie Anglade
9ed728e892 sudo for linux and macos 2020-04-05 14:33:03 +02:00
Lucie Anglade
f336c7daf3 Use matrix instead of runner 2020-04-05 14:30:12 +02:00
Lucie Anglade
371b2b9b2f Fix python instruction 2020-04-05 13:56:24 +02:00
Lucie Anglade
67c21c8edf Remove bracket 2020-04-05 13:54:50 +02:00
Lucie Anglade
ca15957297 Use checkout and setup-python actions 2020-04-05 13:53:38 +02:00
Lucie Anglade
f12c92ca6d run at the same level as if 2020-04-05 00:11:12 +02:00