-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
30 lines (25 loc) · 1017 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
26
27
28
29
30
sudo: false
language: sourcepawn
addons:
apt_packages:
- lib32stdc++6
matrix:
allow_failures:
- env: SOURCEMOD=1.10
env:
- SOURCEMOD=1.7
- SOURCEMOD=1.8
- SOURCEMOD=1.9
- SOURCEMOD=1.10
before_script:
- wget "https://www.sourcemod.net/latest.php?version=$SOURCEMOD&os=linux" -O sourcemod-$SOURCEMOD-linux.tar.gz
- tar -xzf sourcemod-$SOURCEMOD-linux.tar.gz
- cp -r scripting/* addons/sourcemod/scripting/
- cd addons/sourcemod/scripting/
- wget https://bitbucket.org/GoD_Tony/updater/raw/53ebb3e27e5a43bc46dc52dc0de76ac2fb48cd9e/include/updater.inc -O include/updater.inc
- wget https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc -O include/SteamWorks.inc
- wget https://raw.githubusercontent.com/asherkin/SteamTools/master/plugin/steamtools.inc -O include/steamtools.inc
- wget https://raw.githubusercontent.com/nefarius/sm-ext-socket/master/socket.inc -O include/socket.inc
- chmod +x spcomp
script:
- ./compile.sh vacbans.sp