mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
why are there so many files
This commit is contained in:
@@ -124,7 +124,7 @@ const taskDm = (...injectedDefines) => new Task('dm')
|
||||
.depends('html/**')
|
||||
.depends('icons/**')
|
||||
.depends('interface/**')
|
||||
.depends(process.platform === 'win32' ? 'byond-extools.*' : 'libbyond-extools.*')
|
||||
.depends(process.platform === 'win32' ? 'auxmos.*' : 'libauxmos.*')
|
||||
.depends('tgui/public/tgui.html')
|
||||
.depends('tgui/public/*.bundle.*')
|
||||
.depends(`${DME_NAME}.dme`)
|
||||
|
||||
@@ -7,10 +7,10 @@ mkdir ci_test/config
|
||||
#test config
|
||||
cp tools/ci/ci_config.txt ci_test/config/config.txt
|
||||
|
||||
#throw extools into ldd
|
||||
cp libbyond-extools.so ~/.byond/bin/libbyond-extools.so
|
||||
chmod +x ~/.byond/bin/libbyond-extools.so
|
||||
ldd ~/.byond/bin/libbyond-extools.so
|
||||
#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"
|
||||
|
||||
Reference in New Issue
Block a user