Add CircleCi config

This commit is contained in:
2019-11-08 16:37:47 +03:00
parent 483f6c8bd6
commit 639888d227
4 changed files with 19 additions and 3 deletions

View File

@ -7,8 +7,11 @@ build-docker:
docker pull alpine:edge
docker build -t $(APP_NAME)-crystal .
install-shards:
shards install
.PHONY: install
install: build-docker
install: build-docker install-shards
.PHONY: build
build: