diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2021-02-07 14:13:03 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2021-02-07 14:17:57 +0100 |
commit | 3bb74e2a3e111ad68461b9ff8ef9d88aaae4f518 (patch) | |
tree | f651b0f037fa5f81f151cd54648340d99be2c7d8 /build_matrix.sh | |
parent | d454fe9c5e435398665dc2dcb4a9b67423882ceb (diff) |
build_matrix.sh: Add a comment about MATRIX_* environment variables
[skip ci]
Diffstat (limited to 'build_matrix.sh')
-rwxr-xr-x | build_matrix.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_matrix.sh b/build_matrix.sh index fcad96a9..a192f517 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash # This script executes the matrix loops, exclude tests and cleaning. +# The matrix can be configured with environment variables MATRIX_CC, +# MATRIX_CMAKE and MATRIX_REMOTE (default: MATRIX_CC='gcc clang', +# MATRIX_CMAKE='no yes', MATRIX_REMOTE='no yes'). # It calls the build.sh script which runs one build with setup environment # variables : CC, CMAKE and REMOTE (default: CC=gcc, CMAKE=no, REMOTE=no). |