mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* Adds PubbyStation * Update PubbyStation - Remove floating air alarm in science security - Add exosuit console to AI sat - Replace unnecessary atmos r-walls with normal walls. - Fixed EVA and teleporter shutter button - Add holopad to AI chamber - Add scrubbers and vents to science hallway - Fixed warehouse scrubber * Fix inaccessible hydroponics tray. * More minor tweaks - Simplified atmos design giving more room for activities - Added a bit more decoration to tech storage * More fixes - remove step_x vars - fix r_wall again in atmos - add monkey cubes to virology - add firealarm to mining dock - moved dorms holopad - moved toxins scrubber - moved detective RC console - moved science air alarm - added missing air alarm to medbay * Even more PubbyStation fixes - fix disposal pipe above botany - fix hydro/kitchen area defs - add fire axe to atmos - fix detective RC console - fix maint req_access - fix paper bin in science foyer - add another monkey cube box to xenobio - fix engineering only starting with 3 glass - fix a few turfs having lavaland base turfs - fix toxins incinerator req_access - move xenobio RC console - replace construction area with a miniature aux base building area - add a second cryo tube * Yet Another PubbyStation Update (YAPSU) - make arrivals more robust - move xenobio fridge - fix engineering storage camera position - fix cargo req_access - add some cameras - align bridge keycard auth better - fix AI sat external airlock req_access - add an extinguisher to emergency shuttle - edit maint bar fridge to have less stuff but be all access - add telescreens to engineering - add wall safe to HoS office replacing secure briefcase - add firelocks to AI sat - remove AI windoor but add another layer of airlocks - add firelocks to engi hallway - remove second detective RC console (again) - fix arrivals shuttle vars - update maint items * Whoops I forgot some things - Move air alarms around to make them easier to find - Add vents/scrubbers to brig office * Add gloves+masks to medbay. * More PubbyStation stuff. - add extinguisher to bar/kitchen - add extinguisher to dorms - remove barricade from maint bar - add a few r_walls to HoS office - move atmos extinguisher - fix airless tiles on maint mech bay - extend maint slightly
49 lines
943 B
YAML
49 lines
943 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="ministation"
|
|
- DM_MAPFILE="dreamstation"
|
|
- DM_MAPFILE="birdstation"
|
|
- DM_MAPFILE="efficiencystation"
|
|
- DM_MAPFILE="pubbystation"
|
|
- DM_MAPFILE="templates"
|
|
|
|
|
|
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
|