Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorAlan Baker <alanbaker@google.com>2019-03-18 22:14:41 +0300
committerAlan Baker <alanbaker@google.com>2019-03-18 22:14:41 +0300
commit9244e6ff62b8bf45154d4b4515d4df41e0cd9bc2 (patch)
treefbf37da8baa7374e9ac1f4cd6ba2a5ac6c8c84cb /kokoro
parentda5a780ff9fff7e226ca84728075adabc4d1608c (diff)
Reverting commit da5a780ff9fff7e226ca84728075adabc4d1608c
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/check-format/build.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/kokoro/check-format/build.sh b/kokoro/check-format/build.sh
index 888d24b63..2a8d50fb5 100644
--- a/kokoro/check-format/build.sh
+++ b/kokoro/check-format/build.sh
@@ -21,8 +21,7 @@ set -e
set -x
BUILD_ROOT=$PWD
-SRC=/usr/local/google/home/sarahmashay/Desktop/SPIRV/spirv2
-
+SRC=$PWD/github/SPIRV-Tools
# Get clang-format-5.0.0.
# Once kokoro upgrades the Ubuntu VMs, we can use 'apt-get install clang-format'
@@ -31,10 +30,10 @@ tar xf clang-llvm.tar.xz
export PATH=$PWD/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin:$PATH
cd $SRC
-# git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
-# git clone --depth=1 https://github.com/google/googletest external/googletest
-# git clone --depth=1 https://github.com/google/effcee external/effcee
-# git clone --depth=1 https://github.com/google/re2 external/re2
+git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
+git clone --depth=1 https://github.com/google/googletest external/googletest
+git clone --depth=1 https://github.com/google/effcee external/effcee
+git clone --depth=1 https://github.com/google/re2 external/re2
curl -L http://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-format-diff.py -o utils/clang-format-diff.py;
echo $(date): Check formatting...