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

community/mauiman: disable check due to no tests

Resolve `No tests were found!!!` error causing build failure with abuild
3.14.0. Testing is not enabled in `CMakeLists.txt`, the directories
referenced by ctest template do not contain test files and no test files
were found in the project repo.

Ref: #16519
parent f08e88e7
No related branches found
No related tags found
1 merge request!74008community/mauiman: disable check due to no tests
Pipeline #267809 skipped
...@@ -23,6 +23,7 @@ makedepends="$depends_dev ...@@ -23,6 +23,7 @@ makedepends="$depends_dev
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
_repo_url="https://invent.kde.org/maui/mauiman.git" _repo_url="https://invent.kde.org/maui/mauiman.git"
source="https://download.kde.org/stable/maui/mauiman/$pkgver/mauiman-$pkgver.tar.xz" source="https://download.kde.org/stable/maui/mauiman/$pkgver/mauiman-$pkgver.tar.xz"
options="!check" # no tests
build() { build() {
cmake -B build -G Ninja \ cmake -B build -G Ninja \
...@@ -32,10 +33,6 @@ build() { ...@@ -32,10 +33,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