mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
46 lines
874 B
YAML
46 lines
874 B
YAML
language: generic
|
|
sudo: false
|
|
|
|
env:
|
|
global:
|
|
- BYOND_MAJOR="510"
|
|
- BYOND_MINOR="1346"
|
|
- NODE_VERSION="4"
|
|
- BUILD_TOOLS=false
|
|
- DM_MAPFILE=""
|
|
matrix:
|
|
- BUILD_TOOLS=true
|
|
- DM_MAPFILE="tgstation2"
|
|
- DM_MAPFILE="metastation"
|
|
- DM_MAPFILE="birdstation"
|
|
- DM_MAPFILE="pubbystation"
|
|
- DM_MAPFILE="templates"
|
|
- DM_MAPFILE="omegastation"
|
|
|
|
cache:
|
|
directories:
|
|
- tgui/node_modules
|
|
- $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}
|
|
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libc6-i386
|
|
- libgcc1:i386
|
|
- libstdc++6:i386
|
|
- python
|
|
- python-pip
|
|
|
|
install:
|
|
- tools/travis/install_build_tools.sh
|
|
|
|
before_script:
|
|
- tools/travis/before_build_tools.sh
|
|
- tools/travis/before_build_byond.sh
|
|
|
|
script:
|
|
- tools/travis/check_filedirs.sh tgstation.dme
|
|
- tools/travis/build_tools.sh
|
|
- tools/travis/build_byond.sh
|