Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025760 2415

common.shH A D25-Apr-20252.4 KiB6617

compile.shH A D25-Apr-20253.9 KiB12982

compile_android.shH A D25-Apr-20252.7 KiB8139

run_unit_tests.shH A D25-Apr-20256 KiB201126

README.md

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