Skip to content

Commit 69e52a4

Browse files
authored
Add verify and test steps to dev build (#8455)
I can't test that these work without pointing kokoro to a different branch, so I figure I'll just run a test after this is committed to main branch.
1 parent 7888dbe commit 69e52a4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tool/kokoro/deploy.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
source ./tool/kokoro/setup.sh
44
setup
55

6+
echo "kokoro verify start"
7+
8+
./gradlew verifyPluginProjectConfiguration
9+
./gradlew verifyPluginStructure
10+
./gradlew verifyPluginSignature
11+
./gradlew verifyPlugin
12+
13+
echo "kokoro verify finished"
14+
15+
echo "kokoro test start"
16+
17+
./gradlew test
18+
19+
echo "kokoro test finished"
20+
621
echo "kokoro build start"
722

823
./gradlew buildPlugin -Pdev-version=88.0

0 commit comments

Comments
 (0)