This is an automated email from the ASF dual-hosted git repository. hectorespert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push: new c69484f Check Javadoc build new 6d4d683 Merge pull request #2415 from hectorespert/ci_build_doc c69484f is described below commit c69484fe6e1eaef7ac05d09b9441096ddde66644 Author: Hector Espert <hectorespertpa...@gmail.com> AuthorDate: Fri Oct 2 18:02:37 2020 +0200 Check Javadoc build --- .github/workflows/main.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55319db..16dfb78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,6 +104,34 @@ jobs: - name: Test Netbeans Build System run: ant -Dcluster.config=basic localtest + + linux-javadoc: + name: Check Javadoc build + runs-on: ubuntu-18.04 + env: + ANT_OPTS: -Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Caching dependencies + uses: actions/cache@v2 + with: + path: ~/.hgexternalcache + key: ${{ runner.os }}-${{ hashFiles('**/external/binaries-list') }} + restore-keys: ${{ runner.os }}- + + - name: Get maven coordinates + run: ant getallmavencoordinates + + - name: Build nbms + run: ant build-nbms + + - name: Build source zips + run: ant build-source-zips + + - name: Build javadoc + run: ant build-javadoc linux-php: name: Linux build of PHP cluster --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists