|
@ -9,6 +9,7 @@ build1: |
|
|
script: |
|
|
script: |
|
|
- ~/pawncc gamemodes/gamemode.pwn -iinclude "-;+" -v2 -d3 -Z+ |
|
|
- ~/pawncc gamemodes/gamemode.pwn -iinclude "-;+" -v2 -d3 -Z+ |
|
|
- cp ./gamemode.amx ~/server/gamemodes |
|
|
- cp ./gamemode.amx ~/server/gamemodes |
|
|
|
|
|
- ~/rcon/rcon -h 127.0.0.1 -P 7777 -p "$RCON_PASSWORD" -c gmx |
|
|
artifacts: |
|
|
artifacts: |
|
|
paths: |
|
|
paths: |
|
|
- ./gamemode.amx |
|
|
- ./gamemode.amx |
|
|