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
310 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. - echo "Do your build here"
  9. - ls
  10. - ~/pawncc $PWD/gamemodes/bare.pwn -i/include -D/. -;+ -v2 -d3 -Z+
  11. deploy1:
  12. stage: deploy
  13. script:
  14. - echo "Do your deploy here"