Delete .travis.yml

This commit is contained in:
SaengerItsWar 2023-06-20 09:25:27 +02:00
parent e2f73e7905
commit fddd6c6551

View file

@ -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