Mirror von
https://github.com/St3venAU/ArmorStandTools.git
synchronisiert 2024-12-27 12:00:07 +01:00
Create ant.yml
Dieser Commit ist enthalten in:
Ursprung
f9549d2115
Commit
bc7882af6b
17
.github/workflows/ant.yml
vendored
Normale Datei
17
.github/workflows/ant.yml
vendored
Normale Datei
@ -0,0 +1,17 @@
|
||||
name: Java CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Ant
|
||||
run: ant -noinput -buildfile build.xml
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren