We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc3ec4 commit 3340a23Copy full SHA for 3340a23
.gitlab-ci.yml
@@ -55,7 +55,9 @@ test:
55
# "|| true" for an OK exit code if no file is found
56
- rm **/hs_err_pid*.log || true
57
script:
58
- - ./scripts/test-with-asan.sh $GITLAB_REPO_ARGS $VERSION_ARGS clean build
+ # 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
61
artifacts:
62
when: always
63
paths:
0 commit comments