mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
test
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -1,5 +1,6 @@
|
||||
#pretending we're C because otherwise ruby/rvm will initialize, even with "language: dm".
|
||||
language: c
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
global:
|
||||
@@ -11,18 +12,18 @@ env:
|
||||
- DM_MAPFILE="ministation"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install libc6:i386 libgcc1:i386 libstdc++6:i386 -qq
|
||||
- sudo apt-get install python -qq
|
||||
- sudo apt-get install python-pip -qq
|
||||
- sudo pip install PyYaml -q
|
||||
- sudo pip install beautifulsoup4 -q
|
||||
- apt-get update -qq
|
||||
- apt-get install libc6:i386 libgcc1:i386 libstdc++6:i386 -qq
|
||||
- apt-get install python -qq
|
||||
- apt-get install python-pip -qq
|
||||
- pip install PyYaml -q
|
||||
- pip install beautifulsoup4 -q
|
||||
|
||||
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
|
||||
- make install
|
||||
- cd ..
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user