Skip to content

Commit b08be58

Browse files
committed
build: stages
1 parent 5adf526 commit b08be58

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.kokoro/build.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ retry_with_backoff 3 10 \
3535
-Denforcer.skip=true \
3636
-Dmaven.javadoc.skip=true \
3737
-Dgcloud.download.skip=true \
38+
-pl !pqc-test \
39+
-T 1C
40+
41+
retry_with_backoff 3 10 \
42+
mvn install -B -V -ntp \
43+
-DskipTests=true \
44+
-Dclirr.skip=true \
45+
-Denforcer.skip=true \
46+
-Dmaven.javadoc.skip=true \
47+
-Dgcloud.download.skip=true \
48+
-pl pqc-test \
3849
-T 1C
3950

4051
# if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it

0 commit comments

Comments
 (0)