1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 12:54:53 -05:00
This commit is contained in:
Unknwon 2015-11-03 12:42:21 -05:00
parent d5b92b61d7
commit 1dfa693a5c

View file

@ -12,7 +12,7 @@ before_install:
- go get github.com/msteinert/pam
install:
- go get -d ./...
- go get -d .
script: go build -v -tags "pam"