George Hu pushed to branch main at Arch Linux / Packaging / Packages /
ffmpegthumbnailer
Commits:
cdd6cc59 by George Hu at 2026-01-06T14:58:11+08:00
Add `check()` function
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -23,6 +23,10 @@ build() {
cmake --build build
}
+check() {
+ ctest --test-dir build --output-on-failure
+}
+
package() {
DESTDIR="${pkgdir}" cmake --install build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/cdd6cc59f71febab63eb82f94b0a4c0ee1f1f0ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/cdd6cc59f71febab63eb82f94b0a4c0ee1f1f0ec
You're receiving this email because of your account on gitlab.archlinux.org.