mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 17:35:05 +00:00
* Fix a number of build issues * Update babel.config.js * Update package.json * Update package.json * Update dreamseeker.js * Update package.json * Update webpack.config.js * Update yarn.lock * a * a Co-authored-by: Aleksej Komarov <stylemistake@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
14 lines
276 B
Bash
14 lines
276 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
tools/deploy.sh ci_test
|
|
mkdir ci_test/config
|
|
|
|
#test config
|
|
cp tools/ci/ci_config.txt ci_test/config/config.txt
|
|
|
|
cd ci_test
|
|
DreamDaemon tgstation.dmb -close -trusted -verbose -params "log-directory=ci"
|
|
cd ..
|
|
cat ci_test/data/logs/ci/clean_run.lk
|