aboutsummaryrefslogtreecommitdiff
path: root/docs/continuous_build.md
blob: 53c68e21b910ad1d46b533e2c013dca1586a04d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Continuous build and try jobs

Open Screen uses [LUCI builders](https://ci.chromium.org/p/openscreen/builders)
to monitor the build and test health of the library.

Current builders include:

| Name                   | Arch   | OS                     | Toolchain | Build   | Notes                  |
|------------------------|--------|------------------------|-----------|---------|------------------------|
| linux64_debug          | x86-64 | Ubuntu Linux 18.04     | clang     | debug   | ASAN enabled           |
| linux_arm64_debug      | arm64  | Ubuntu Linux 20.04 [*] | clang     | debug   |                        |
| linux64_gcc_debug      | x86-64 | Ubuntu Linux 18.04     | gcc-7     | debug   |                        |
| linux64_tsan           | x86-64 | Ubuntu Linux 18.04     | clang     | release | TSAN enabled           |
| linux64_coverage_debug | x86-64 | Ubuntu Linux 18.04     | clang     | debug   | used for code coverage |
| linux64_cast_e2e     | x86-64 | Ubuntu Linux 18.04     | clang     | debug   | Builds cast standalone |
| mac_debug              | x86-64 | Mac OS X/Xcode         | clang     | debug   |                        |
| chromium_linux64_debug | x86-64 | Ubuntu Linux 18.04     | clang     | debug   | built with chromium    |
| chromium_mac_debug     | x86-64 | Mac OS X 10.15         | clang     | debug   | built with chromium    |
<br />

[*] Tests run on Ubuntu 20.04, but are cross-compiled to arm64 with a debian stretch sysroot.

The chromium_ builders compile against Chromium top-of-tree to ensure that
changes can be autorolled into Chromium.

You can run a patch through all builders using `git cl try` or the Gerrit Web
interface.  All builders are run as part of the commit queue and are also run
continuously in our CI.