Skip to content

Commit 9622171

Browse files
committed
Init travis ci
1 parent 0f0d51f commit 9622171

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+267
-506
lines changed

.travis.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
language: minimal
2+
sudo: false
3+
4+
addons:
5+
apt_packages:
6+
- lib32stdc++6
7+
8+
branches:
9+
only:
10+
- actual_travis
11+
12+
#deploy:
13+
# skip_cleanup: true
14+
15+
16+
before_script:
17+
# SM
18+
- wget "https://sourcemod.net/latest.php?os=linux&version=1.10" -O /tmp/sourcemod.tar.gz
19+
- tar xzf /tmp/sourcemod.tar.gz addons/sourcemod/scripting
20+
# SM Builder
21+
- git clone "https://github.com/splewis/sm-builder" ~/sm-builder
22+
- cd ~/sm-builder
23+
- pip install --user -r requirements.txt
24+
- python setup.py install --prefix=~/.local
25+
26+
- PATH+=:$TRAVIS_BUILD_DIR/addons/sourcemod/scripting
27+
- cd $TRAVIS_BUILD_DIR
28+
29+
script:
30+
- smbuilder

addons/sourcemod/configs/influx_simpleranks.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// See influx_chatcolor.txt for info about colors.
2-
// CSS can use {#HEX} eg. {#FF0000} for red.
2+
// CSS can use {#HEX} eg. #FF0000 for red.
33
// CS:GO will have to settle for {NAME} eg. {RED} for red.
44
//
55
// Order of ranks in this file will determine the order in menus.

addons/sourcemod/scripting/influx_core.sp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ TopMenuObject g_InfluxAdminMenu = INVALID_TOPMENUOBJECT;
234234
#include "influx_core/natives.sp"
235235
#include "influx_core/natives_chat.sp"
236236
#include "influx_core/runcmd.sp"
237-
//#include "influx_core/timers.sp"
238237

239238

240239
public Plugin myinfo =

build/add_bhop/cfg/influx/core.cfg

Lines changed: 0 additions & 88 deletions
This file was deleted.

build/add_surf/cfg/influx/core.cfg

Lines changed: 0 additions & 88 deletions
This file was deleted.

build/add_surf/cfg/influx/mode_scroll.cfg

Lines changed: 0 additions & 9 deletions
This file was deleted.

build/add_surf/cfg/influx/prespeed.cfg

Lines changed: 0 additions & 38 deletions
This file was deleted.

build/build_bhop.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/build_bhop.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

build/build_bhoplite.bat

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)