Skip to content

Commit 18c4579

Browse files
committed
Add build instruction.
1 parent 6cb76c5 commit 18c4579

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

kokoro/gcp_ubuntu/kokoro_build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
# Fail on any error.
4+
set -e
5+
6+
cd "${KOKORO_ARTIFACTS_DIR}/github/android-testdpc"
7+
./build.sh

0 commit comments

Comments
 (0)