summaryrefslogtreecommitdiff
path: root/compile_and_test
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-08-10 18:50:56 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-08-10 18:50:56 +0300
commit877312184c472d9845e5ef1008bc538f4634059f (patch)
tree4e098cc94296cc11f3b87e8ef64c3c568b6aeb51 /compile_and_test
parent939d2ea16679ce64d98b98c716b85f851aa576e2 (diff)
fix missing source folder
Diffstat (limited to 'compile_and_test')
-rwxr-xr-xcompile_and_test12
1 files changed, 0 insertions, 12 deletions
diff --git a/compile_and_test b/compile_and_test
deleted file mode 100755
index 1641a0c..0000000
--- a/compile_and_test
+++ /dev/null
@@ -1,12 +0,0 @@
-rm /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-*.jar
-rm /home/foghrye4/Games/Forge_server/mods/1.7.10/ihl-tools_n_machines-*.jar
-./gradlew build
-zip ./build/libs/ihl-tools_n_machines-1.0.jar "ihl*/*" --copy --out "/home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar"
-cd src/main/resources
-zip -r /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar . -x *~
-cd ../java
-zip -r /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar ./assets/ -x *~
-cp /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar /home/foghrye4/Games/Forge_server/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar
-java -jar /home/foghrye4/Games/Minecraft.jar
-cd ../../..
-