Merge pull request #16 from budgidiere/patch-2

Greatly speed up build times.
This commit is contained in:
tr7zw 2020-07-15 19:46:10 +02:00 committed by GitHub
commit 426f1be02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,13 @@ jobs:
uses: actions/setup-java@v1.3.0
with:
java-version: ${{ matrix.java }}
- uses: actions/cache@v1.1.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Build YAPFA
run: |
git submodule init
@ -26,7 +33,8 @@ jobs:
yapfaDir=`pwd`
./patchPaper.sh
cd Tuinity
./tuinity jar
mvn -N install
./tuinity patch
cd $yapfaDir
./yapfa patch
./yapfa build