aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index c37472e..c82969a 100644
--- a/README
+++ b/README
@@ -293,3 +293,18 @@ Various notes (AKA dirty little tricks)
additional --test options).
Happy cross-compiling!
+
+Testing
+-------
+
+This repository provides a script for testing crossdev in a container. It can
+be used to verify whether crossdev works for various host profiles:
+
+ $ ./scripts/container_test.sh --target aarch64-unknown-linux-musl
+ $ ./scripts/container_test.sh --tag musl --target aarch64-unknown-linux-musl
+
+--tag determines the container tag of the docker.io/gentoo/stage3 image used in
+the script and can be used to pick the appropriate host stage3/profile to use.
+
+This script is used by the CI job to test the whole matrix of supported host
+profiles and targets.