Remove tests from release build

This commit is contained in:
arancormonk 2025-12-09 18:20:10 -06:00
parent 9d0df6b38a
commit c22ca0e751
No known key found for this signature in database
GPG key ID: 5C77FAD44C3E67A7

View file

@ -27,13 +27,6 @@
cmake --build build
}
check() {
cmake -B build -S "$pkgname" \
-DMBELIB_BUILD_TESTS=ON
cmake --build build
ctest --test-dir build --output-on-failure
}
package() {
DESTDIR="$pkgdir" cmake --install build
}