shared-v2

module
v0.0.0-...-0eb5974 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2021 License: Apache-2.0

README

CI

Shared

Tools for devs to build.

The tools in this repo are used by all other repos.

SSH local setup

SSH Config file

Needs this in it:


# userXXX
# https://github.com/userXXX/dev
# e.g: git clone [email protected]:userXXX/dev.git
Host github.com-userXXX
 HostName github.com
 User git
 UseKeychain yes
 AddKeysToAgent yes
 IdentityFile ~/.ssh/userXXX_github
 

Now you can build any of the code

All the code in all the repos does lots of code gen and so you need our tools to help.

Every repo including this one follows the same pattern with:

  • To Build everything:

    • make all
  • To see the infos:

    • make print
  • To install all our tools:

    • make dep

CI

The github actions just call the make files, so that you can run CI locally, and not go nuts 2nd guessing what the github actions are doing...

  • To Build everything:
    • make all

Directories

Path Synopsis
tool
bs-crypt Module
bs-lang Module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳