aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux-gcc-release
diff options
context:
space:
mode:
authordan sinclair <dsinclair@google.com>2019-12-11 12:36:50 -0500
committerGitHub <noreply@github.com>2019-12-11 12:36:50 -0500
commitfd41ef3be3ab8c11e406610b8915ecb2a700172c (patch)
tree413a0da03a787ad8238d8d2e9efe7e0a0e77c239 /kokoro/linux-gcc-release
parent26cd808a35229a7a77f6932698d3d07ac863aee3 (diff)
downloadamber-fd41ef3be3ab8c11e406610b8915ecb2a700172c.tar.gz
Run integration tests with swiftshader (#723)
This CL builds swiftshader on all platforms and runs the integration tests where possible.
Diffstat (limited to 'kokoro/linux-gcc-release')
-rw-r--r--kokoro/linux-gcc-release/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/linux-gcc-release/build.sh b/kokoro/linux-gcc-release/build.sh
index dd0bef0..bfdbbf1 100644
--- a/kokoro/linux-gcc-release/build.sh
+++ b/kokoro/linux-gcc-release/build.sh
@@ -17,4 +17,4 @@ set -e # fail on error
set -x # display commands
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
-source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc
+source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE gcc -DAMBER_ENABLE_SWIFTSHADER=TRUE