Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 535 Bytes

DEVELOPMENT.md

File metadata and controls

35 lines (24 loc) · 535 Bytes

Build

Architecture

docs/ARCHITECTURE.md

Prerequisites

# macOS
brew install go `# golang compiler`
brew install colima `# docker substitute`
colima start --mount-type 9p

Unit/Functional Tests

go install gotest.tools/gotestsum@latest `# nicer test runner`
gotestsum -f testname

Build

./output/build.sh

Release

[for maintainer] do not create git tags manually, update the changelog and the script will tag based on it.

./output/release.sh