script: redesigned scripts to work based off of CMD instead
This commit is contained in:
parent
ab4e9aa42c
commit
f1322bdbed
@ -1,2 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
powershell .\rebuildDocker.ps1
|
echo .\gradlew Server:jar | cmd
|
||||||
|
docker build -t server-testbuild .
|
||||||
|
# docker run --rm -e "MMU_LOG_LEVEL=5" -p 1218:1218 server-testbuild
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
powershell .\updateSubmodule.ps1
|
git submodule update --init
|
||||||
|
cd .\Gamelib
|
||||||
|
git fetch
|
||||||
|
git checkout gamelib
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user