From 01b4a0547c4f342a438ec77f0cbbc3b37dced470 Mon Sep 17 00:00:00 2001 From: Mloc-Argent Date: Sun, 12 Jan 2014 22:29:56 +0000 Subject: [PATCH] Added a .travis.yml file for Travis CI. This isn't used yet due to possible issues with existing PRs, but having it on the repo will help. Signed-off-by: Mloc-Argent --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..f570dc21032 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +#pretending we're C because otherwise ruby/rvm will initialize, even with "language: dm". +language: c + +env: + BYOND_MAJOR="503" + BYOND_MINOR="1224" + +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: + - DreamMaker tgstation.dme