[vulkan_cts] Add vulkan CTS tests to CQ. Fixed: 332540869, 332540870 Change-Id: Iba01dcfdaf3f9b8d9fbfc99d5c59cb728ff5c516 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/1045953 Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Reviewed-by: John Bauman <jbauman@google.com> Fuchsia-Auto-Submit: Darren Chan <chandarren@google.com>
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/graphics/gpu
Change to that directory:
cd gpu
Fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.