You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| README.md | 1 year ago | |
| common.sh | 1 year ago | |
| compile.sh | 1 year ago | |
| compile_android.sh | 1 year ago | |
| run_unit_tests.sh | 1 year ago | |
README.md
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
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.