mirror of https://gitee.com/openkylin/glib2.0.git
10 lines
202 B
Bash
10 lines
202 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./.gitlab-ci/check-missing-install-tag.py _build
|
||
|
|
||
|
meson test \
|
||
|
-C _build \
|
||
|
--timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
|
||
|
--no-suite flaky \
|
||
|
"$@"
|