1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-28 14:15:49 +00:00
This commit is contained in:
Unknwon 2015-11-03 12:29:14 -05:00
parent a374751eb8
commit d5b92b61d7

View File

@ -11,6 +11,9 @@ before_install:
- sudo apt-get install -y libpam-dev
- go get github.com/msteinert/pam
install:
- go get -d ./...
script: go build -v -tags "pam"
notifications: