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.
 
 
 

17 lines
305 B

before_script:
- echo "Before script section"
after_script:
- echo "After script section"
build1:
stage: build
script:
- echo "Do your build here"
- ls
- ~/pawncc gamemodes/bare.pwn -i/include -D/. -;+ -v2 -d3 -Z+
deploy1:
stage: deploy
script:
- echo "Do your deploy here"