mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Let's try again with less failure
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#pretending we're C because otherwise ruby will initialize, even with "language: dm".
|
||||
language: c
|
||||
dist: xenial
|
||||
|
||||
env:
|
||||
global:
|
||||
|
||||
@@ -8,4 +8,6 @@ export PHP_VERSION=5.6
|
||||
# Byond Major
|
||||
export BYOND_MAJOR=513
|
||||
# Byond Minor
|
||||
export BYOND_MINOR=1526
|
||||
export BYOND_MINOR=1526
|
||||
# Macro Count
|
||||
export MACRO_COUNT=4
|
||||
10
tools/travis/build_tgui.sh
Normal file
10
tools/travis/build_tgui.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
source _build_dependencies.sh
|
||||
|
||||
source ~/.nvm/nvm.sh
|
||||
nvm use $NODE_VERSION
|
||||
cd tgui
|
||||
bin/tgui --ci
|
||||
cd ..
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source _build_dependencies.sh
|
||||
|
||||
RED='\033[0;31m'
|
||||
NC='\033[0m'
|
||||
FAILED=0
|
||||
|
||||
Reference in New Issue
Block a user