diff options
author | Felix Yan <felixonmars@archlinux.org> | 2018-07-15 14:13:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-15 14:13:11 +0800 |
commit | 65cebb77309d2a748f4b3741e222144eb7f54c46 (patch) | |
tree | 715414c03f16e361f4621fce11b1a197aebcb80e | |
parent | 2e0391ea84ba02b6a8462209f55019f07d01bdd4 (diff) | |
download | dexon-65cebb77309d2a748f4b3741e222144eb7f54c46.tar dexon-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.gz dexon-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.bz2 dexon-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.lz dexon-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.xz dexon-65cebb77309d2a748f4b3741e222144eb7f54c46.tar.zst dexon-65cebb77309d2a748f4b3741e222144eb7f54c46.zip |
build: Fix a typo in ci.go
-rw-r--r-- | build/ci.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ci.go b/build/ci.go index 5939d91e9..29b43783c 100644 --- a/build/ci.go +++ b/build/ci.go @@ -26,7 +26,7 @@ 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 artefacts + 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 |