Commit 84cfcec4 authored by suyanlong's avatar suyanlong

Add gitlab ci config info

parent f41b907b
Pipeline #7928 failed with stages
before_script:
- make clean
after_script:
- make clean
stages:
- build
- test
build:
stage: build
script:
- make fmt
- make build
test:
stage: test
script:
- make test
......@@ -134,8 +134,5 @@ grpc:
clean:
rm pb/*.pb.go
rm pb/*.json
rm pb/*.gw.go
@go clean
.PHONY: pb
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment