add gitlab ci instructions

This commit is contained in:
Sebastian Hugentobler 2016-06-20 18:35:17 +02:00
parent 814fc96669
commit 0b0f82fbef
3 changed files with 21 additions and 0 deletions

View file

@ -4,12 +4,17 @@ LOVE := love
NAME := ds_alpha
VERSION := 0.0.1
CURRENTDIR := $(realpath .)
SRCDIR := src
BUILDDIR := build
.PHONY : all
all : run
.PHONY : docker
docker :
docker run --env-file=config --volume $(CURRENTDIR):/var/lib/builder/workspace thallian/love-release
$(BUILDDIR):
mkdir -p $(BUILDDIR)