Skip to content

myukanghai/kiwigo

 
 

Repository files navigation

kiwigo

CI Go Reference

https://github.com/bab2min/Kiwi for go

Dependencies

  • Install Kiwi

check out how to install Kiwi here

Example script (install using the helper script)

make install-kiwi

Example script (install from source)

git clone git@github.com:bab2min/Kiwi.git
cd Kiwi
git submodule sync
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
make install
ldconfig

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.9%
  • Dockerfile 6.0%
  • Shell 3.7%
  • Makefile 2.4%