kiwigo

October 26, 2021 ยท View on GitHub

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

Contents

  1. 1Dependencies
  2. 1.1Example script (install using the helper script)
  3. 1.2Example script (install from source)