mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 04:15:49 +01:00
ci: Show commands run from the test scripts
It allows better debugging in case of failures.
This commit is contained in:
parent
3c56d661d8
commit
3d497b8f5b
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
# Fixup Windows paths
|
# Fixup Windows paths
|
||||||
python3 ./.gitlab-ci/fixup-cov-paths.py _coverage/*.lcov
|
python3 ./.gitlab-ci/fixup-cov-paths.py _coverage/*.lcov
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
./.gitlab-ci/check-missing-install-tag.py _build
|
./.gitlab-ci/check-missing-install-tag.py _build
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
export PATH="/c/msys64/$MSYSTEM/bin:$PATH"
|
export PATH="/c/msys64/$MSYSTEM/bin:$PATH"
|
||||||
if [[ "$MSYSTEM" == "MINGW32" ]]; then
|
if [[ "$MSYSTEM" == "MINGW32" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user