Files
kiwistation/tools/travis/before_build_tools.sh
T
2017-01-19 22:56:41 -08:00

11 lines
216 B
Bash
Executable File

#!/bin/bash
set -e
if [ "$BUILD_TOOLS" = true ]; then
cd tgui && source ~/.nvm/nvm.sh && npm install && cd ..
fi;
if [ "$DM_MAPFILE" = "loadallmaps" ]; then
python tools/travis/template_dm_generator.py
fi;