• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2set -exu -o pipefail
3
4# Runs all the tests and builds mvn artifacts.
5# mvn artifacts are stored in grpc-java/mvn-artifacts/
6ALL_ARTIFACTS=true ARCH=x86_64 "$(dirname $0)"/kokoro/unix.sh
7# Already ran tests the first time, so skip tests this time
8SKIP_TESTS=true ARCH=x86_32 "$(dirname $0)"/kokoro/unix.sh
9