Kokoro: Split linux cmake cfgs into static/shared

Allows for testing of generation of both static libraries and shared objects.

The old configs are staying in place until I'm confident everything is working correctly.

Issues: #1421, #1484, #2283
This commit is contained in:
Ben Clayton
2020-06-24 14:16:17 +01:00
parent fbb9dc2cf1
commit 40e1ae11f4
12 changed files with 324 additions and 2 deletions

View File

@@ -43,5 +43,6 @@ docker run --rm -i \
--workdir "${ROOT_DIR}" \
--env ROOT_DIR="${ROOT_DIR}" \
--env SCRIPT_DIR="${SCRIPT_DIR}" \
--env BUILD_SHARED_LIBS="${BUILD_SHARED_LIBS:-0}" \
--entrypoint "${SCRIPT_DIR}/build-docker.sh" \
"gcr.io/shaderc-build/radial-build:latest"