mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
CI FreeBSD: install git
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
72e0325d05
commit
783dff369b
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ freebsd_task:
|
|||
pkginstall_script:
|
||||
- pkg update -f
|
||||
- pkg install -y go
|
||||
- pkg install -y git
|
||||
|
||||
compile_script:
|
||||
- go build -trimpath -tags nopgxregisterdefaulttypes -ldflags "-s -w -X github.com/drakkan/sftpgo/v2/internal/version.commit=`git describe --always --abbrev=8 --dirty` -X github.com/drakkan/sftpgo/v2/internal/version.date=`date -u +%FT%TZ`" -o sftpgo
|
||||
|
|
Loading…
Reference in a new issue