GithubHelp home page GithubHelp logo

drarig29 / sm-builder-docker Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 12 KB

Generates a Docker image which provides a ready-to-use `sm-builder`

Dockerfile 49.24% Shell 50.76%
docker-image get5 sourcemod builder builder-image csgo csgo-server plugins

sm-builder-docker's Introduction

sm-builder

Docker Image Version (latest by date) Docker Image workflow

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:

  • Have the Dockerfile in your project.
  • Have a smbuild file in your project.
  • Have a .gitmodules file in your project.
  • Build the image yourself.

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

Requirements

  • Docker ๐Ÿ˜Ž

  • If you don't have a smbuild file:

    • You need to have a single .sp file in the scripting/ folder.
    • You need to have a LICENSE and a README.md.

Thanks ๐Ÿ’—

sm-builder-docker's People

Contributors

drarig29 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.