pawn.json 556 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "user": "Shiska",
  3. "repo": "rotations",
  4. "entry": "test.pwn",
  5. "output": "test.amx",
  6. "dependencies": [
  7. "sampctl/samp-stdlib"
  8. ],
  9. "dev_dependencies": [
  10. "pawn-lang/YSI-Includes"
  11. ],
  12. "builds": [
  13. {
  14. "name": "amx"
  15. },
  16. {
  17. "name": "lst",
  18. "args": [
  19. "-l"
  20. ]
  21. },
  22. {
  23. "name": "asm",
  24. "args": [
  25. "-a"
  26. ]
  27. }
  28. ],
  29. "runtime": {
  30. "mode": "y_testing"
  31. }
  32. }