Files
vgstation13/.travis.yml
2015-04-03 17:08:08 +08:00

36 lines
918 B
YAML

#pretending we're C because otherwise ruby/rvm will initialize, even with "language: dm".
language: c
env:
global:
- BYOND_MAJOR="507"
- BYOND_MINOR="1280"
matrix:
- DM_MAPFILE="tgstation"
- DM_MAPFILE="metaclub"
- DM_MAPFILE="defficiency"
- DM_MAPFILE="taxistation"
before_install:
- sudo apt-get update -qq
- sudo apt-get install libc6:i386 libgcc1:i386 libstdc++6:i386 -qq
install:
- curl "http://www.byond.com/download/build/${BYOND_MAJOR}/${BYOND_MAJOR}.${BYOND_MINOR}_byond_linux.zip" -o byond.zip
- unzip byond.zip
- cd byond
- sudo make install
- cd ..
script:
- bash dm.sh -M${DM_MAPFILE} baystation12.dme
notifications:
irc:
channels:
- "irc.rizon.net#vgstation"
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"