build

command
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

build implements commands that will be called from the continuous integration scripts. The commands are also used by makefile to build the project on systems where setting up a go development environment or using existing one for this project is not desirable.

Available commands are:

install        -- install the dst-go software
lint           -- run meta-linter with configuration "dst-go/.golangci.yml"
test           -- run unit tests, with options as in "go test" command
runWalkthrough -- build and run walkthrough, use "-h" flag to see options

fetchDependencies -- fetch all dependencies
ciInstall         -- as `install` but without fetching dependencies
ciTest            -- as `test` but without fetching dependencies
ciRunWalkthrough  -- as `runWalkthrough` but without fetching dependencies

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL