mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
byond version, also more like this
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#Final authority on what's required to fully build the project
|
||||
|
||||
# byond version
|
||||
export BYOND_MAJOR=513
|
||||
export BYOND_MINOR=1536
|
||||
export BYOND_MAJOR=514
|
||||
export BYOND_MINOR=1556
|
||||
|
||||
#rust_g git tag
|
||||
export RUST_G_VERSION=0.4.8
|
||||
|
||||
@@ -5,8 +5,6 @@ source dependencies.sh
|
||||
|
||||
mkdir -p ~/.byond/bin
|
||||
wget -O ~/.byond/bin/librust_g.so "https://github.com/tgstation/rust-g/releases/download/$RUST_G_VERSION/librust_g.so"
|
||||
wget -O ~/.byond/bin/libauxmos.so "https://github.com/Putnam3145/auxmos/releases/download/$AUXMOS_VERSION/libauxmos.so"
|
||||
wget -O libauxmos.so "https://github.com/Putnam3145/auxmos/releases/download/$AUXMOS_VERSION/libauxmos.so"
|
||||
chmod +x ~/.byond/bin/librust_g.so
|
||||
chmod +x ~/.byond/bin/libauxmos.so
|
||||
ldd ~/.byond/bin/librust_g.so
|
||||
ldd ~/.byond/bin/libauxmos.so
|
||||
|
||||
@@ -7,6 +7,11 @@ mkdir ci_test/config
|
||||
#test config
|
||||
cp tools/ci/ci_config.txt ci_test/config/config.txt
|
||||
|
||||
#throw auxmos into ldd
|
||||
cp libauxmos.so ~/.byond/bin/libauxmos.so
|
||||
chmod +x ~/.byond/bin/libauxmos.so
|
||||
ldd ~/.byond/bin/libauxmos.so
|
||||
|
||||
cd ci_test
|
||||
DreamDaemon tgstation.dmb -close -trusted -verbose -params "log-directory=ci"
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user