build

command
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2022 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Overview

The ci command is called from Continuous Integration scripts.

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

Available commands are:

install    [ -arch architecture ] [ -cc compiler ] [ packages... ]                          -- builds packages and executables
test       [ -coverage ] [ packages... ]                                                    -- runs the tests
lint                                                                                        -- runs certain pre-selected linters
archive    [ -arch architecture ] [ -type zip|tar ] [ -signer key-envvar ] [ -upload dest ] -- archives build artifacts
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