mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
gitlab: Set COLUMNS and width variable to make terminal_markdown_view happy
This commit is contained in:
parent
f4be784078
commit
157f94fb62
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ build static nodebug fedora x86_64:
|
||||||
GST_DEBUG_NO_COLOR: "true"
|
GST_DEBUG_NO_COLOR: "true"
|
||||||
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
|
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
|
||||||
GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true"
|
GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true"
|
||||||
|
width: 100
|
||||||
|
COLUMNS: 100
|
||||||
script:
|
script:
|
||||||
- cd gst-build/
|
- cd gst-build/
|
||||||
- echo "-> Running ${TEST_SUITE}"
|
- echo "-> Running ${TEST_SUITE}"
|
||||||
|
|
Loading…
Reference in a new issue