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('html/**')
|
||||||
.depends('icons/**')
|
.depends('icons/**')
|
||||||
.depends('interface/**')
|
.depends('interface/**')
|
||||||
.depends(process.platform === 'win32' ? 'byond-extools.*' : 'libbyond-extools.*')
|
.depends(process.platform === 'win32' ? 'auxmos.*' : 'libauxmos.*')
|
||||||
.depends('tgui/public/tgui.html')
|
.depends('tgui/public/tgui.html')
|
||||||
.depends('tgui/public/*.bundle.*')
|
.depends('tgui/public/*.bundle.*')
|
||||||
.depends(`${DME_NAME}.dme`)
|
.depends(`${DME_NAME}.dme`)
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ mkdir ci_test/config
|
|||||||
#test config
|
#test config
|
||||||
cp tools/ci/ci_config.txt ci_test/config/config.txt
|
cp tools/ci/ci_config.txt ci_test/config/config.txt
|
||||||
|
|
||||||
#throw extools into ldd
|
#throw auxmos into ldd
|
||||||
cp libbyond-extools.so ~/.byond/bin/libbyond-extools.so
|
cp libauxmos.so ~/.byond/bin/libauxmos.so
|
||||||
chmod +x ~/.byond/bin/libbyond-extools.so
|
chmod +x ~/.byond/bin/libauxmos.so
|
||||||
ldd ~/.byond/bin/libbyond-extools.so
|
ldd ~/.byond/bin/libauxmos.so
|
||||||
|
|
||||||
cd ci_test
|
cd ci_test
|
||||||
DreamDaemon tgstation.dmb -close -trusted -verbose -params "log-directory=ci"
|
DreamDaemon tgstation.dmb -close -trusted -verbose -params "log-directory=ci"
|
||||||
|
|||||||
Reference in New Issue
Block a user