$ go build
Add it the content below to your [project-root]/.mango/mango-ci.yaml
.
Version: "abc"
Stages:
- start
- build
job-dev:
stage: start
scripts:
- echo "dev success"
build-job:
stage: build
scripts:
- echo "build success"
Execute at the command line.
$ mango-cli serve start 1234