Generates a Docker image which provides a ready-to-use sm-builder.
949
This repository generates a Docker image providing sm-builder, which is a build/package tool to compile SourceMod plugins.
Thanks to this image, you don't have anymore to:
smbuild file in your project..gitmodules file in your project.Just go in your SourceMod plugin's root folder, and run the following:
docker run --rm -v $(pwd):/src -v $(pwd)/out:/out drarig29/sm-builder:latest
You will find the artefacts in the ./out folder.
A common plugin structure is:
scripting/
include/
* get5.inc
* your_plugin.sp
* LICENSE
* README.md
Docker 😎
If you don't have a smbuild file:
.sp file in the scripting/ folder.LICENSE and a README.md.Content type
Image
Digest
Size
279.9 MB
Last updated
almost 5 years ago
docker pull drarig29/sm-builder