From fa21737ba7159578299f2b10e181a084ab8887c4 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 15 Aug 2019 16:51:31 -0400 Subject: ci: Add environment files for all settings --- ci/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ci/README.md') diff --git a/ci/README.md b/ci/README.md index 754cbc7c95..16c481158f 100644 --- a/ci/README.md +++ b/ci/README.md @@ -15,11 +15,17 @@ requires `docker` to be installed. To install all requirements on Ubuntu, run sudo apt install docker.io ccache bash git ``` -To run the test stage, +To run the default test stage, ``` ./ci/test_run_all.sh ``` +To run the test stage with a specific configuration, + +``` +FILE_ENV="./ci/test/00_setup_env_arm.sh" ./ci/test_run_all.sh +``` + Be aware that the tests will be build and run in-place, so please run at your own risk. If the repository is not a fresh git clone, you might have to clean files from previous builds or test runs first. -- cgit v1.2.3