forked from redsunservers/VSH-Rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
25 lines (19 loc) · 825 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: minimal
sudo: false
addons:
apt_packages:
- lib32stdc++6
env:
- SMVERSION=1.9
- SMVERSION=1.10
install:
- wget --input-file=http://sourcemod.net/smdrop/$SMVERSION/sourcemod-latest-linux
- tar -xzf $(cat sourcemod-latest-linux)
before_script:
- cd addons/sourcemod/scripting
- wget "https://raw.githubusercontent.com/FlaminSarge/tf2attributes/master/tf2attributes.inc" -O include/tf2attributes.inc
- wget "https://raw.githubusercontent.com/nosoop/SM-TFEconData/master/scripting/include/tf_econ_data.inc" -O include/tf_econ_data.inc
- wget "https://bitbucket.org/Peace_Maker/dhooks2/raw/dfe13dde99547a5c6c7815d843809726cc92c897/sourcemod/scripting/include/dhooks.inc" -O include/dhooks.inc
- chmod +x spcomp-custom-$SMVERSION;
script:
- ./spcomp-custom-$SMVERSION -E saxtonhale.sp