File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11project :
22 name : align
3+
34steps :
45 build :
56 help : Build the project
@@ -12,12 +13,15 @@ steps:
1213 -X 'github.com/gomicro/align/cmd.clientID=$ALIGN_CLIENT_ID'
1314 -X 'github.com/gomicro/align/cmd.clientSecret=$ALIGN_CLIENT_SECRET'"
1415 -o {{.Project}} .
16+
1517 clean :
1618 help : Clean up all generated files
1719 cmd : go clean
20+
1821 lint :
1922 help : Run golangci-lint
2023 cmd : golangci-lint run
24+
2125 install :
2226 help : Install the binary
2327 envs :
@@ -28,10 +32,12 @@ steps:
2832 "-X 'github.com/gomicro/align/cmd.Version=dev-$(git rev-parse --short HEAD)'
2933 -X 'github.com/gomicro/align/cmd.clientID=$ALIGN_CLIENT_ID'
3034 -X 'github.com/gomicro/align/cmd.clientSecret=$ALIGN_CLIENT_SECRET'"
35+
3136 test :
3237 help : Run all available tests
3338 steps :
3439 - unit test
40+
3541 unit_test :
3642 help : Run the unit tests
3743 cmd : go test ./...
You can’t perform that action at this time.
0 commit comments