mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-15 23:04:31 -05:00
Update ant.yml
This commit is contained in:
4
.github/workflows/ant.yml
vendored
4
.github/workflows/ant.yml
vendored
@@ -1,7 +1,7 @@
|
||||
# This workflow will build a Java project with Ant
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-ant
|
||||
|
||||
name: Java CI
|
||||
name: SWG DSRC CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -21,4 +21,4 @@ jobs:
|
||||
with:
|
||||
java-version: '11.0.2'
|
||||
- name: Build with Ant
|
||||
run: ant -noinput -buildfile build.xml swg
|
||||
run: ant -noinput -buildfile build.xml swg-ci
|
||||
|
||||
Reference in New Issue
Block a user