test(tray): add system tray tests (#4221)

This commit is contained in:
Dave Lane
2026-07-29 20:30:43 -04:00
committed by GitHub
parent 3893c5bcda
commit 0784774fec
16 changed files with 652 additions and 41 deletions

View File

@ -36,6 +36,7 @@ cleanup:
modules:
# Test dependencies
- "modules/imagemagick.json"
- "modules/xvfb/xvfb.json"
# Build dependencies

View File

@ -0,0 +1,20 @@
{
"name": "imagemagick",
"cleanup": [
"*"
],
"config-opts": [
"--disable-docs",
"--disable-static",
"--with-modules=no",
"--with-perl=no",
"--with-x"
],
"sources": [
{
"type": "archive",
"url": "https://download.imagemagick.org/archive/releases/ImageMagick-7.1.2-29.tar.xz",
"sha256": "bab096dc4b3089be4c0ebfdb90a232b85b7d982a99f722b30512fb243ea1e4ce"
}
]
}