-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
all: generator build test-docker test-containerd | ||
all: generator build | ||
generator-docker: | ||
export GO111MODULE="on" && go get && go test -v -run TestDocker_fetch github.com/cuisongliu/container-install | ||
generator-containerd: | ||
export GO111MODULE="on" && go get && go test -v -run TestContainerd_fetch github.com/cuisongliu/container-install | ||
generator: | ||
go get -u github.com/a-urth/go-bindata/... | ||
go-bindata -pkg command -o install/command/assert.go install/command/ | ||
export GO111MODULE="on" && go get && go run main.go print | ||
build: | ||
export GO111MODULE="on" && go get && go build -o container-install | ||
|
||
test-docker: | ||
./container-install print -d | ||
|
||
test-containerd: | ||
./container-install print |
Oops, something went wrong.