1
0
Fork 0
mirror of https://codeberg.org/spire/spcomp.git synced 2026-06-03 08:34:12 +02:00
Docker image for compiling sourcepawn scripts
  • Shell 82.1%
  • Dockerfile 17.9%
Find a file
2020-02-09 22:13:23 +01:00
action.yml add action definition 2020-02-09 22:13:23 +01:00
Dockerfile make it easier to add include files and move output to a different directory 2017-10-16 00:53:46 +02:00
install.sh make it easier to add include files and move output to a different directory 2017-10-16 00:53:46 +02:00
README.md make it easier to add include files and move output to a different directory 2017-10-16 00:53:46 +02:00
spcomp.sh make it easier to add include files and move output to a different directory 2017-10-16 00:53:46 +02:00

SPCOMP

Docker image for compiling sourcepawn scripts

Usage

docker run --rm -v "$PWD":/data spiretf/spcomp inputfile.sp

If the /output directory is mounted then the resulting plugins will be created there.

Extensions

The docker image comes with include files for the following sourcemod extensions

Additional include files can be added by mounting them inside /include