View Single Post
Author Message
RAYs3T
Junior Member
Join Date: May 2014
Location: Germany, Hamburg
Old 10-08-2017 , 13:56   Docker Image for Continuous integration (CI) with GitLab Runner
Reply With Quote #1

While searching, i've noticed that there is no optimized docker image for building sourcemod plugins out there. So i decided to build one.

The image is intended to be used together with GitLab-Runner.

GitLab runner is starting the container, checking out your project and compiling the plugins by executing the command spcomp inside the docker vm.

When the image getting installed it installs the latest sourcemod ( 1.8 ) version.

With GitLab you also have the ability to provide the artifacts (.smx -files) for download, after the build has completed.

For more details, have a look at the Dockerfile/Image


I'm open to any kind of feedback / feature request.
__________________
Never trust the client.

Last edited by RAYs3T; 10-08-2017 at 13:57.
RAYs3T is offline