Skip to content

Commit

Permalink
Kokoro: Call update_glslang_sources.py
Browse files Browse the repository at this point in the history
To fetch deps used in tests
  • Loading branch information
ben-clayton committed Jul 14, 2020
1 parent dc27f12 commit 41aaef7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kokoro/linux-clang-cmake/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ using cmake-3.17.2
using clang-10.0.0
using ninja-1.10.0

echo "Fetching dependencies..."
cd "$ROOT_DIR"
python3 update_glslang_sources.py

echo "Building..."
mkdir "$ROOT_DIR/build" && cd "$ROOT_DIR/build"

Expand Down
4 changes: 4 additions & 0 deletions kokoro/linux-gcc-cmake/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ using cmake-3.17.2
using gcc-9
using ninja-1.10.0

echo "Fetching dependencies..."
cd "$ROOT_DIR"
python3 update_glslang_sources.py

echo "Building..."
mkdir "$ROOT_DIR/build" && cd "$ROOT_DIR/build"

Expand Down

0 comments on commit 41aaef7

Please sign in to comment.