CI: rewrite smoke test and support LABWC_RUNS env var

This commit is contained in:
Consolatis 2024-03-16 18:02:01 +01:00
parent fc9cf5c931
commit 51cdefa93e
2 changed files with 22 additions and 12 deletions

View file

@ -196,5 +196,5 @@ jobs:
export CC=gcc
meson setup build-gcc-ci -Dxwayland=enabled --werror
meson compile -C build-gcc-ci
scripts/ci/smoke-test.sh build-gcc-ci
LABWC_RUNS=20 scripts/ci/smoke-test.sh build-gcc-ci
' | $TARGET