mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Remove tests from release build
This commit is contained in:
parent
9d0df6b38a
commit
c22ca0e751
1 changed files with 0 additions and 7 deletions
7
PKGBUILD
7
PKGBUILD
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue