Delete .travis.yml
This commit is contained in:
parent
af731f99bc
commit
7565f54d2f
1 changed files with 0 additions and 25 deletions
25
.travis.yml
25
.travis.yml
|
@ -1,25 +0,0 @@
|
|||
sudo: false
|
||||
|
||||
addons:
|
||||
apt_packages:
|
||||
- lib32stdc++6 # needed for spcomp
|
||||
|
||||
before_script:
|
||||
# install smbuilder
|
||||
- git clone https://github.com/splewis/sm-builder
|
||||
- cd sm-builder
|
||||
- pip install --user -r requirements.txt
|
||||
- python setup.py install --prefix=~/.local
|
||||
- cd ..
|
||||
|
||||
# install the sourcemod compiler
|
||||
- wget "http://sourcemod.net/latest.php?os=linux&version=1.10" -O sourcemod.tar.gz
|
||||
- tar xfz sourcemod.tar.gz
|
||||
- rm addons/sourcemod/scripting/*.sp
|
||||
- cp -rv scripting addons/sourcemod/
|
||||
- cd addons/sourcemod/scripting/
|
||||
- chmod +x spcomp
|
||||
- chmod +x compile.sh
|
||||
|
||||
script:
|
||||
- ./compile.sh
|
Loading…
Add table
Add a link
Reference in a new issue