mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 18:24:04 +02:00
ci: Show commands run from the test scripts
It allows better debugging in case of failures.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user