aboutsummaryrefslogtreecommitdiff
path: root/ci/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-15 16:51:31 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-16 08:46:37 -0400
commitfa21737ba7159578299f2b10e181a084ab8887c4 (patch)
tree00fb547b8268195de433a5bf5367a413c7e2fe4c /ci/README.md
parent1bf2ff2bf8e8bef3ba21e635aabb1b0964062743 (diff)
downloadbitcoin-fa21737ba7159578299f2b10e181a084ab8887c4.tar.xz
ci: Add environment files for all settings
Diffstat (limited to 'ci/README.md')
-rw-r--r--ci/README.md8
1 files changed, 7 insertions, 1 deletions
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.