pawn.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "user": "Y-Less",
  3. "repo": "indirection",
  4. "entry": "main.pwn",
  5. "output": "indirection.amx",
  6. "dependencies": [
  7. "sampctl/samp-stdlib",
  8. "Zeex/amx_assembly"
  9. ],
  10. "dev_dependencies": [
  11. "Misiur/YSI-Includes",
  12. "Zeex/samp-plugin-crashdetect"
  13. ],
  14. "builds": [
  15. {
  16. "name": "default",
  17. "version": "",
  18. "workingDir": "",
  19. "args": null,
  20. "input": "",
  21. "output": "",
  22. "includes": null,
  23. "constants": null
  24. },
  25. {
  26. "name": "y_testing",
  27. "version": "",
  28. "workingDir": "",
  29. "args": [
  30. "-;+",
  31. "-(+",
  32. "-Z+",
  33. "-\\+",
  34. "RUN_TESTS=1",
  35. "LIGHT_TEST_REPORT=1",
  36. "TEST_AUTO_EXIT=1",
  37. "_YSI_NO_VERSION_CHECK=1"
  38. ],
  39. "input": "",
  40. "output": "",
  41. "includes": null,
  42. "constants": null
  43. },
  44. {
  45. "name": "full_testing",
  46. "version": "",
  47. "workingDir": "",
  48. "args": [
  49. "-;+",
  50. "-d3",
  51. "-O0",
  52. "-(+",
  53. "-Z+",
  54. "-\\+",
  55. "YSI_TESTS=1",
  56. "TEST_AUTO_EXIT=1",
  57. "_YSI_NO_VERSION_CHECK=1",
  58. "_DEBUG=1"
  59. ],
  60. "input": "",
  61. "output": "",
  62. "includes": null,
  63. "constants": null
  64. }
  65. ]
  66. }