mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 17:23:36 +01:00
20 lines
288 B
YAML
20 lines
288 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -y libpam-dev
|
|
- go get github.com/msteinert/pam
|
|
|
|
script: go build -v -tags "pam"
|
|
|
|
notifications:
|
|
email:
|
|
- u@gogs.io
|
|
slack: gophercn:o5pSanyTeNhnfYc3QnG0X7Wx
|