mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Initial commit
This commit is contained in:
commit
9cfc758ca1
14 changed files with 697 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
DOCKER := docker-compose run dbmate
|
||||
|
||||
all: build lint test
|
||||
|
||||
build:
|
||||
docker-compose build
|
||||
|
||||
lint:
|
||||
$(DOCKER) golint ./...
|
||||
$(DOCKER) go vet ./...
|
||||
|
||||
test:
|
||||
$(DOCKER) go test ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue