summaryrefslogtreecommitdiff
path: root/infra/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'infra/README.md')
-rw-r--r--infra/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/infra/README.md b/infra/README.md
new file mode 100644
index 0000000..ce75d2d
--- /dev/null
+++ b/infra/README.md
@@ -0,0 +1,23 @@
+# Infra Build Scripts
+
+This directory contains scripts to build libwebm in various configurations.
+These scripts were created to support Jenkins integration pipelines but these
+scripts can also be run locally.
+
+## Environment
+
+Most of these scripts were ported from Jenkins, so in order to be run locally
+some environment variables must be set prior to invocation.
+
+**WORKSPACE** Traditionally, the Jenkins `WORKSPACE` path. If not defined, a
+temporary directory will be used.
+
+## LUCI Integration
+
+[Builder Dashboard](https://ci.chromium/p/open-codecs) \
+The new builders run these scripts on each CL. The current configuration
+supports the `refs/head/main` branch.
+
+## Scripts
+
+**compile.sh** Builds libwebm with supported configuration and host toolchains.