| zpencer | 2404b25 | 2018-05-03 19:48:14 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | set -exu -o pipefail | ||||
| 3 | |||||
| 4 | # Runs all the tests and builds mvn artifacts. | ||||
| 5 | # mvn artifacts are stored in grpc-java/mvn-artifacts/ | ||||
| 6 | ALL_ARTIFACTS=true ARCH=64 "$(dirname $0)"/kokoro/unix.sh | ||||
| 7 | # Already ran tests the first time, so skip tests this time | ||||
| 8 | SKIP_TESTS=true ARCH=32 "$(dirname $0)"/kokoro/unix.sh | ||||