aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2021-08-01 10:42:29 -0700
committerOpenscreen LUCI CQ <openscreen-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-08-02 19:44:43 +0000
commitb9be95eef079e1c04520a05a3bd057bec59b77a3 (patch)
tree8c37cb1440c8376975f498a703c9ed7bec8575d9 /docs
parentc6fdd48ace63566701b8d8315741d402162fe425 (diff)
downloadopenscreen-b9be95eef079e1c04520a05a3bd057bec59b77a3.tar.gz
Add informational cast standalone bot
This PR adds an experimental (i.e. non-blocking) bot called linux64_cast_debug, that builds the standalone cast binaries in order to run the standalone_e2e.py test script in a later patch. This does NOT add the dependency libs for cast standalone, which will need future work with the infrastructure team. Finally, this patch adds some improved logging to the cast standalone script. Change-Id: I02448420c44a0e9184f260fa2ce02710c90693b5 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/3063815 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by: Ryan Keane <rwkeane@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/continuous_build.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/continuous_build.md b/docs/continuous_build.md
index 1c38a130..53c68e21 100644
--- a/docs/continuous_build.md
+++ b/docs/continuous_build.md
@@ -12,6 +12,7 @@ Current builders include:
| 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 |