|
|
- before_script:
- - echo "Hier lassen sich Aufgaben VOR dem Compilen angeben"
-
- after_script:
- - sleep 1m && ~/rcon/rcon -h 127.0.0.1 -P 7777 -p $RCON_PASSWORD -c gmx
-
- build1:
- stage: build
- script:
- - ~/pawncc gamemodes/gamemode.pwn -iinclude "-;+" -v2 -d3 -Z+
- - cp ./gamemode.amx ~/server/gamemodes
- artifacts:
- paths:
- - ./gamemode.amx
- expire_in: 1 week
-
- #deploy1:
- # stage: deploy
- # script:
- # - echo "Do your deploy here"
|