-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
38 lines (25 loc) · 667 Bytes
/
Makefile
File metadata and controls
38 lines (25 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# makeup-managed:begin
include makeup.mk
# makeup-managed:end
include .makeup/makeup-bag-deis/info.mk
include .makeup/makeup-bag-deis/go-cli.mk
include .makeup/makeup-bag-deis/bintray/main.mk
# OVERRIDES
GO_CLI_SRC_PACKAGES := . ./cmd
GO_CLI_ORG_NAME := deis
# BINTRAY OVERRIDES
BINTRAY_REPO := makeup
BINTRAY_PACKAGE_NAME := makeup
BINTRAY_ORG := sgoings
BINTRAY_INCLUDE_PATTERN := bin/makeup
BINTRAY_UPLOAD_PATTERN := makeup-$(VERSION)
build: go-cli-build
test: go-cli-test
clean: go-cli-clean
lint: go-cli-lint
vet: go-cli-vet
fmt: go-cli-fmt
test-style: fmt lint vet
install: go-cli-install
update: go-cli-glide-update
pre-publish: prep-bintray-json