1# Infra Build Scripts 2 3This directory contains scripts to build libwebm in various configurations. 4These scripts were created to support Jenkins integration pipelines but these 5scripts can also be run locally. 6 7## Environment 8 9Most of these scripts were ported from Jenkins, so in order to be run locally 10some environment variables must be set prior to invocation. 11 12**WORKSPACE** Traditionally, the Jenkins `WORKSPACE` path. If not defined, a 13temporary directory will be used. 14 15## LUCI Integration 16 17[Builder Dashboard](https://ci.chromium/p/open-codecs) \ 18The new builders run these scripts on each CL. The current configuration 19supports the `refs/head/main` branch. 20 21## Scripts 22 23**compile.sh** Builds libwebm with supported configuration and host toolchains. 24