mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +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".
|
#pretending we're C because otherwise ruby will initialize, even with "language: dm".
|
||||||
language: c
|
language: c
|
||||||
dist: xenial
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|||||||
@@ -8,4 +8,6 @@ export PHP_VERSION=5.6
|
|||||||
# Byond Major
|
# Byond Major
|
||||||
export BYOND_MAJOR=513
|
export BYOND_MAJOR=513
|
||||||
# Byond Minor
|
# 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
|
#!/bin/bash
|
||||||
|
|
||||||
|
source _build_dependencies.sh
|
||||||
|
|
||||||
RED='\033[0;31m'
|
RED='\033[0;31m'
|
||||||
NC='\033[0m'
|
NC='\033[0m'
|
||||||
FAILED=0
|
FAILED=0
|
||||||
|
|||||||
Reference in New Issue
Block a user