mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-01-02 12:37:38 +00:00
build paperweight in actions temporarily
This commit is contained in:
parent
ad197e7572
commit
5ee3479598
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,6 +22,8 @@ jobs:
|
|||||||
uses: gradle/actions/setup-gradle@v4
|
uses: gradle/actions/setup-gradle@v4
|
||||||
- name: Configure Git User Details
|
- name: Configure Git User Details
|
||||||
run: git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
|
run: git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
|
||||||
|
- name: build paperweight
|
||||||
|
run: ./build_paperweight.sh
|
||||||
- name: Apply Patches
|
- name: Apply Patches
|
||||||
run: ./gradlew applyAllPatches --stacktrace
|
run: ./gradlew applyAllPatches --stacktrace
|
||||||
- name: Build
|
- name: Build
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "paperweight"]
|
||||||
|
path = paperweight
|
||||||
|
url = https://github.com/PaperMC/paperweight.git
|
5
build_paperweight.sh
Executable file
5
build_paperweight.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -eou pipefail
|
||||||
|
git submodule update --init --recursive
|
||||||
|
cd paperweight
|
||||||
|
./gradlew pTML
|
1
paperweight
Submodule
1
paperweight
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 2dfd1f14007826bf04a19b972294f18ddb692a34
|
Loading…
Reference in New Issue
Block a user