SAMP Gitlab CI Test
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
449 B

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"