From 65d1552208b0cad927081c2ab49f0607c5cb688d Mon Sep 17 00:00:00 2001 From: Artur Date: Sat, 8 Feb 2020 13:46:58 +0100 Subject: [PATCH] Lets see if this works --- tools/travis/build_tgui.sh | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 tools/travis/build_tgui.sh diff --git a/tools/travis/build_tgui.sh b/tools/travis/build_tgui.sh deleted file mode 100755 index 333e7331b0..0000000000 --- a/tools/travis/build_tgui.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -set -euo pipefail - -## Change to project root relative to the script -cd "$(dirname "${0}")/../.." -base_dir="$(pwd)" - -## The final authority on what's required to fully build the project -source dependencies.sh - -## Setup NVM -if [[ -e ~/.nvm/nvm.sh ]]; then - source ~/.nvm/nvm.sh - nvm use "${NODE_VERSION}" -fi - -echo "Building 'tgui'" -cd "${base_dir}/tgui" -npm ci -node node_modules/gulp/bin/gulp.js --min - -echo "Building 'tgui-next'" -cd "${base_dir}/tgui-next" -bin/tgui --clean -bin/tgui