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.
6 lines
91 B
Makefile
6 lines
91 B
Makefile
all:
|
|
docker build -t overviewer:src .
|
|
|
|
run:
|
|
docker run --rm -it overviewer:src /bin/bash
|