aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux-gcc-release
diff options
context:
space:
mode:
authorBen Clayton <bclayton@google.com>2020-10-12 14:29:33 +0100
committerGitHub <noreply@github.com>2020-10-12 09:29:33 -0400
commitdcc09a1feb3cc87929103b8777fd5a0c7384236f (patch)
tree4f34ed89adac56108c1bb77ce8b305eb856da2e2 /kokoro/linux-gcc-release
parent42663e1137b5538a5c15dbee53c6aa8e07dd75eb (diff)
downloadamber-dcc09a1feb3cc87929103b8777fd5a0c7384236f.tar.gz
Debugger tests (#915)
Diffstat (limited to 'kokoro/linux-gcc-release')
-rwxr-xr-xkokoro/linux-gcc-release/build.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/kokoro/linux-gcc-release/build.sh b/kokoro/linux-gcc-release/build.sh
index 506b0c7..d428ffe 100755
--- a/kokoro/linux-gcc-release/build.sh
+++ b/kokoro/linux-gcc-release/build.sh
@@ -18,5 +18,6 @@ set -x # display commands
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE "gcc-9" \
- -DAMBER_ENABLE_SWIFTSHADER=TRUE \
- -DAMBER_USE_DXC=TRUE
+ -DAMBER_ENABLE_SWIFTSHADER=TRUE \
+ -DAMBER_ENABLE_VK_DEBUGGING=TRUE \
+ -DAMBER_USE_DXC=TRUE