Kokoro: Check lint and doxygen

Move the doxygen CMake output from `out/docs` to `<build>/docs`
`out/docs` requires a GN build or manual directory creation.

Fixed: tint:791
Change-Id: If072f962f444a2d60c368d7c38fd1bb4c5b97caf
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/50309
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
Ben Clayton
2021-05-12 08:15:41 +00:00
committed by Commit Bot service account
parent 6344d4c2f5
commit 4ace822c4b
3 changed files with 9 additions and 2 deletions

View File

@@ -59,6 +59,8 @@ ORIGINAL_SRC_DIR="$(pwd)"
. /bin/using.sh # Declare the bash `using` function for configuring toolchains.
using depot_tools
using go-1.14.4 # Speeds up ./tools/lint
using doxygen-1.8.18
status "Cloning to clean source directory"
# We do this so that the docker script can be tested in a local development
@@ -72,6 +74,9 @@ status "Fetching dependencies"
cp standalone.gclient .gclient
with_retry gclient sync
status "Linting"
./tools/lint
status "Configuring build system"
if [ "$BUILD_SYSTEM" == "cmake" ]; then
using cmake-3.17.2