Paul Sokolovsky | 07b8f49 | 2023-09-04 16:25:29 +0300 | [diff] [blame^] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Copyright (c) 2023 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | |||||
7 | set -ex | ||||
8 | |||||
9 | for TF_CONFIG in ${TF_CONFIG_LIST}; do | ||||
10 | echo "============== ${TF_CONFIG} ==============" | ||||
11 | . tf-a-ci-scripts/eclair/analyze_common.sh | ||||
12 | detachLicense 3000 | ||||
13 | tf-a-ci-scripts/eclair/build-tfa.sh ${TF_CONFIG} | ||||
14 | done |