Browse Source

Gamemode zum Serverordner kopieren

master
Niels Peretzke 5 years ago
parent
commit
0ca3cd1b46
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .gitlab-ci.yml

+ 3
- 2
.gitlab-ci.yml View File

@ -7,10 +7,11 @@ after_script:
build1: build1:
stage: build stage: build
script: script:
- ~/pawncc gamemodes/*.pwn -iinclude "-;+" -v2 -d3 -Z+
- ~/pawncc gamemodes/gamemode.pwn -iinclude "-;+" -v2 -d3 -Z+
- cp ./gamemode.amx ~/server/gamemodes
artifacts: artifacts:
paths: paths:
- ./*.amx
- ./gamemode.amx
expire_in: 1 week expire_in: 1 week
#deploy1: #deploy1:


Loading…
Cancel
Save