mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-22 00:02:04 +00:00
* Migrates from Travis CI To Actions First hitch Surprise surprise NanoUI is the issue ... Please work Final Commit * Undoes an oops
11 lines
133 B
Bash
Executable File
11 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
source _build_dependencies.sh
|
|
|
|
source ~/.nvm/nvm.sh
|
|
nvm use $NODE_VERSION
|
|
cd tgui
|
|
bin/tgui --ci
|
|
cd ..
|