build

command
v0.0.0-...-1df7544 Latest Latest
Warning

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

Go to latest
Published: May 12, 2021 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Overview

The ci command is called from Continuous Integration scripts.

Usage: go run ci.go <command> <command flags/arguments>

Available commands are:

install    [ -arch architecture ] [ packages... ]                                           -- builds packages and executables
test       [ -coverage ] [ -misspell ] [ packages... ]                                      -- runs the tests
archive    [ -arch architecture ] [ -type zip|tar ] [ -signer key-envvar ] [ -upload dest ] -- archives build artefacts
importkeys                                                                                  -- imports signing keys from env
debsrc     [ -signer key-id ] [ -upload dest ]                                              -- creates a debian source package
nsis                                                                                        -- creates a Windows NSIS installer
aar        [ -local ] [ -sign key-id ] [-deploy repo] [ -upload dest ]                      -- creates an Android archive
xcode      [ -local ] [ -sign key-id ] [-deploy repo] [ -upload dest ]                      -- creates an iOS XCode framework
xgo        [ -alltools ] [ options ]                                                        -- cross builds according to options
purge      [ -store blobstore ] [ -days threshold ]                                         -- purges old archives from the blobstore

For all commands, -n prevents execution of external programs (dry run mode).

Jump to

Keyboard shortcuts

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