Skip to content
Snippets Groups Projects
Commit 5b9e77a9 authored by mio's avatar mio Committed by Bart Ribbers
Browse files

community/mauikit-documents: disable check due to no tests

No reference to tests in CMakeLists.txt, no test files.

Avoid `No tests were found!!!` error causing build failure with abuild 3.14.0.

Ref: #16519
parent ae1a2ff7
No related branches found
No related tags found
1 merge request!74302community/mauikit-*: disable check due to no tests
...@@ -34,6 +34,7 @@ makedepends=" ...@@ -34,6 +34,7 @@ makedepends="
subpackages="$pkgname-dev $pkgname-lang" subpackages="$pkgname-dev $pkgname-lang"
_repo_url="https://invent.kde.org/maui/mauikit-documents.git" _repo_url="https://invent.kde.org/maui/mauikit-documents.git"
source="https://download.kde.org/stable/maui/mauikit-documents/$pkgver/mauikit-documents-$pkgver.tar.xz" source="https://download.kde.org/stable/maui/mauikit-documents/$pkgver/mauikit-documents-$pkgver.tar.xz"
options="!check" # no tests
build() { build() {
cmake -B build -G Ninja \ cmake -B build -G Ninja \
...@@ -44,10 +45,6 @@ build() { ...@@ -44,10 +45,6 @@ build() {
cmake --build build cmake --build build
} }
check() {
ctest --test-dir build --output-on-failure
}
package() { package() {
DESTDIR="$pkgdir" cmake --install build DESTDIR="$pkgdir" cmake --install build
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment