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.
 
 
 

18 lines
354 B

before_script:
- echo "Before script section"
after_script:
- echo "After script section"
build1:
stage: build
script:
- echo "Do your build here"
- ls -la gamemodes
- ls -la ~/pawncc
- echo $PWD && ~/pawncc gamemodes/bare.pwn -iinclude "-;+" -v2 -d3 -Z+
#deploy1:
# stage: deploy
# script:
# - echo "Do your deploy here"