From: Georgi Gerganov Date: Mon, 29 Sep 2025 13:20:52 +0000 (+0300) Subject: ci : print results [no ci] (#1358) X-Git-Tag: v0.9.4~11 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=947db9a7d915625e694b94273839b20073dfb423;p=pkg%2Fggml%2Fsources%2Fggml ci : print results [no ci] (#1358) --- diff --git a/ci/run.sh b/ci/run.sh index e8390fa4..a6fb7e66 100644 --- a/ci/run.sh +++ b/ci/run.sh @@ -374,6 +374,7 @@ fi ret=0 + test $ret -eq 0 && gg_run ctest_debug test $ret -eq 0 && gg_run ctest_release @@ -387,4 +388,6 @@ if [ -z $GG_BUILD_LOW_PERF ]; then date fi +cat $OUT/README.md + exit $ret