mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
19 lines
239 B
YAML
19 lines
239 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
|
|
|
|
script: go build -v
|
|
|
|
notifications:
|
|
email:
|
|
- u@gogs.io
|
|
slack: gophercn:o5pSanyTeNhnfYc3QnG0X7Wx
|