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.
 
 
 

19 lines
381 B

before_script:
- echo "Hier lassen sich Aufgaben VOR dem Compilen angeben"
after_script:
- echo "Hier lassen sich Aufgaben NACH dem Compilen angeben"
build1:
stage: build
script:
- ~/pawncc gamemodes/*.pwn -iinclude "-;+" -v2 -d3 -Z+
artifacts:
paths:
- ./*.amx
expire_in: 1 week
#deploy1:
# stage: deploy
# script:
# - echo "Do your deploy here"