aboutsummaryrefslogtreecommitdiff
path: root/build_matrix.sh
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-02-10 14:44:26 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-02-10 14:45:15 +0100
commitf397bc98423d54446ce53b96f3c221714c0cdb85 (patch)
tree9266c2bbbdb746b08465cd40917ff121cafbb080 /build_matrix.sh
parentba5a42ed0b04bf75b5f940d83c72119700eb7b07 (diff)
build_matrix.sh: Update the SETUP line printing
Diffstat (limited to 'build_matrix.sh')
-rwxr-xr-xbuild_matrix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_matrix.sh b/build_matrix.sh
index a192f517..ce6843ef 100755
--- a/build_matrix.sh
+++ b/build_matrix.sh
@@ -41,7 +41,7 @@ for CC in ${MATRIX_CC:-gcc clang}; do
for REMOTE in ${MATRIX_REMOTE:-no yes}; do
export REMOTE
COUNT=$((COUNT+1))
- echo_magenta "===== SETUP $COUNT: compiler:$CC cmake:$CMAKE remote:$REMOTE ====="
+ echo_magenta "===== SETUP $COUNT: CC=$CC CMAKE=$CMAKE REMOTE=$REMOTE ====="
# LABEL is needed to build the travis fold labels
LABEL="$CC.$CMAKE.$REMOTE"
# Run one build with setup environment variables: CC, CMAKE and REMOTE