Skip to content

daijinru/mango-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mango Runner

Build

$ go build

Use Guider

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

How to Test

Http Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages