0

Enable gitlab CI

Even though the overviewer repo is hosted on github, this new CI stuff
is useful for mirrors of overviewer hosted on gitlab.

To support package builds for a few distributions, a set of dockerfiles
have been created.
This commit is contained in:
Andrew Chin
2016-12-09 13:19:37 -05:00
parent 6ea2758c31
commit b81661dc94
29 changed files with 466 additions and 0 deletions

View File

@@ -0,0 +1 @@
FROM code.em32.net:14567/overviewer/minecraft-overviewer

View File

@@ -0,0 +1,5 @@
all:
docker build -t overviewer:src .
run:
docker run --rm -it overviewer:src /bin/bash

View File

@@ -0,0 +1,2 @@
This is an image that builds a image that can be used to generate an overviewer
source package