add gitlab ci instructions
This commit is contained in:
parent
814fc96669
commit
0b0f82fbef
3 changed files with 21 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue