1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-05 02:45:28 +00:00
This commit is contained in:
Unknwon 2015-07-14 19:51:30 +08:00
parent 81adbe17ca
commit 09def4a0b5

View File

@ -10,7 +10,9 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libpam-dev
script: go build -v -tags "pam"
script:
- go get github.com/msteinert/pam
- go build -v -tags "pam"
notifications:
email: