Skip to content

Commit

Permalink
Check Javadoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorespert committed Oct 2, 2020
1 parent 401a6fe commit c69484f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c69484f

Please sign in to comment.