File: README.md

package info (click to toggle)
libwebm 1.0.0.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,132 kB
  • sloc: cpp: 32,181; sh: 508; python: 128; makefile: 32
file content (23 lines) | stat: -rw-r--r-- 760 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.