Skip to content

Commit

Permalink
Let's github actions use github as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lkishalmi committed Sep 23, 2020
1 parent a3eb537 commit 3a85e27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
windows:
name: Windows build
runs-on: windows-2019
env:
ANT_OPTS: -Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -81,6 +83,8 @@ jobs:
linux:
name: Check Build System
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
Expand All @@ -106,6 +110,7 @@ jobs:
runs-on: ubuntu-18.04
env:
DISPLAY: ":99.0"
ANT_OPTS: -Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json
OPTS: -Dcluster.config=php -Dtest-unit-sys-prop.ignore.random.failures=true
steps:
- name: Checkout
Expand Down Expand Up @@ -222,6 +227,8 @@ jobs:
macos:
name: MacOS build
runs-on: macos-10.15
env:
ANT_OPTS: -Dmetabuild.jsonurl=https://raw.githubusercontent.com/apache/netbeans-jenkins-lib/master/meta/netbeansrelease.json
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 3a85e27

Please sign in to comment.