Remove build action for neoforge for now
This commit is contained in:
parent
29d45ea0f9
commit
c8e405f685
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
name: Build TurnBasedMC and store Artifact
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'neoforge'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-and-store-artifact:
|
|
||||||
runs-on: archLinux
|
|
||||||
steps:
|
|
||||||
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TurnBasedMinecraftMod
|
|
||||||
- run: cd TurnBasedMinecraftMod && git checkout neoforge
|
|
||||||
- run: cd TurnBasedMinecraftMod && sed -i '/org.gradle.jvmargs/s/Xmx[0-9]\+m/Xmx700m/' gradle.properties && echo 'neogradle.subsystems.decompiler.maxMemory=700m' >> gradle.properties && echo 'neogradle.subsystems.recompiler.maxMemory=700m' >> gradle.properties
|
|
||||||
- run: cd TurnBasedMinecraftMod && ./gradlew --console=plain build
|
|
||||||
- run: cd TurnBasedMinecraftMod/build/libs && find . -type f -exec sha256sum '{}' ';' -exec bash -c 'sha256sum {} >> sha256sums.txt' ';' && java --version >> javaVersion.txt && javac --version >> javaVersion.txt
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: TBMM_NeoForge_jars_sha256sums
|
|
||||||
path: TurnBasedMinecraftMod/build/libs/
|
|
Loading…
Reference in a new issue