1 Star 0 Fork 0

李童 / ghost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
coding-ghost.md 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
马彦平 提交于 2021-04-01 15:32 . init

Getting started with gh-ost development.

Overview

Getting started with gh-ost development is simple!

  • First obtain the repository with git clone or go get.
  • From inside of the repository run script/cibuild
  • This will bootstrap the environment if needed, format the code, build the code, and then run the unit test.

CI build workflow

script/cibuild performs the following actions will bootstrap the environment to build gh-ost correctly, build, perform syntax checks and run unit tests.

If additional steps are needed, please add them into this workflow so that the workflow remains simple.

Notes:

Currently, script/ensure-go-installed will install go for Mac OS X and Linux. We welcome PR's to add other platforms.

1
https://gitee.com/vak80/ghost.git
git@gitee.com:vak80/ghost.git
vak80
ghost
ghost
v1.0.55

搜索帮助