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