Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
gimp
Commits:
2217ba72 by George Hu at 2026-01-25T15:26:03+01:00
Add `check()` function
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -120,6 +120,10 @@ build() {
meson compile -C build
}
+check() {
+ meson test -C build --print-errorlogs
+}
+
package() {
meson install -C build --destdir "${pkgdir}"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/2217ba725d00612ac3e8a93aec50550c20a1910b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/2217ba725d00612ac3e8a93aec50550c20a1910b
You're receiving this email because of your account on gitlab.archlinux.org.