mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-01-09 13:07:41 +01:00
yeet workflow out of existence
This commit is contained in:
parent
28745d852d
commit
42e4e6d443
36
.github/workflows/maven.yml
vendored
36
.github/workflows/maven.yml
vendored
@ -1,36 +0,0 @@
|
||||
name: Auction House Build
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'pom.xml'
|
||||
- '.github/workflows/maven.yml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-package: jdk
|
||||
java-version: 1.8
|
||||
|
||||
- name: Cache Maven Packages
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn verify -B --file pom.xml
|
||||
|
||||
jitpack:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: badasintended/autojitpack@v0
|
Loading…
Reference in New Issue
Block a user