Their output isn't shown anyway and they just take ages to run.
@ -66,6 +66,7 @@ build() {
check() {
cd "$_rootdir/build-clang"
export CORRADE_TEST_SKIP_BENCHMARKS=ON
CORRADE_TEST_COLOR=ON ctest --output-on-failure -j5
}
@ -73,3 +74,5 @@ package() {
DESTDIR="$pkgdir/" ninja install
# kate: hl bash
@ -69,6 +69,7 @@ build() {
cd "$_rootdir/build-clang-libc++"