mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
Update ant.yml
This commit is contained in:
26
.github/workflows/ant.yml
vendored
26
.github/workflows/ant.yml
vendored
@@ -10,15 +10,19 @@ on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '11.0.2'
|
||||
- name: Build with Ant
|
||||
run: ant -noinput -buildfile build.xml swg-ci
|
||||
|
||||
rules:
|
||||
- exists:
|
||||
- sku.0/*.java
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '11.0.2'
|
||||
- name: Build with Ant
|
||||
run: ant -noinput -buildfile build.xml compile_java
|
||||
|
||||
|
||||
Reference in New Issue
Block a user