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.

15 lines
277 B

  1. before_script:
  2. - echo "Before script section"
  3. after_script:
  4. - echo "After script section"
  5. build1:
  6. stage: build
  7. script:
  8. - ~/pawncc gamemodes/bare.pwn -iinclude -D/artifacts "-;+" -v2 -d3 -Z+
  9. #deploy1:
  10. # stage: deploy
  11. # script:
  12. # - echo "Do your deploy here"