Skip to content

Commit 3340a23

Browse files
GitLab CI: always generate API docs to catch errors before releasing
1 parent ccc3ec4 commit 3340a23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ test:
5555
# "|| true" for an OK exit code if no file is found
5656
- rm **/hs_err_pid*.log || true
5757
script:
58-
- ./scripts/test-with-asan.sh $GITLAB_REPO_ARGS $VERSION_ARGS clean build
58+
# build to assemble, run tests and spotbugs
59+
# javadocForWeb to catch API docs errors before releasing
60+
- ./scripts/test-with-asan.sh $GITLAB_REPO_ARGS $VERSION_ARGS clean build javadocForWeb
5961
artifacts:
6062
when: always
6163
paths:

0 commit comments

Comments
 (0)