Lines Matching full:build
210 We maintain a build script - ``tf-cov-make`` - which contains the build
226 the respective build configurations in the ``tf-cov-make`` build script.
228 In this section you find the details on how to append your new build
237 #. Edit the `tf-cov-make`_ script by appending all the possible build
238 configurations with the specific build flags relevant to your platform, so
252 under the Intel platform and the build configurations has been added suitably
263 - In this case for ``Hikey`` boards additional build flags have been included
266 - Similar to this you can still find many other different build configurations
268 them and append your build configurations respectively.
270 Test Build Configurations
276 At the bare minimum, TF-A code should build without any errors for every
278 the case, we maintain a set of build tests. ``tf-l1-build-plat`` is the test
279 group which holds all build tests for all platforms. So be kind enough to
280 verify that your newly added files are covered by such a build test.
286 - In the `tf-a-ci-scripts repository`_ we need to add a build configuration file
288 must list all the build parameters relevant to it.
292 # Hikey Build Parameters
297 ``group/tf-l1-build-plat/`` folder to allow the platform to be built as part
298 of this test group. ``group/tf-l1-build-plat/hikey-default:nil`` file just
313 to add more complex tests beyond a simple build test, please refer to the `TF-A