mirror of
https://gitee.com/gitea/gitea.git
synced 2024-11-30 02:37:38 +08:00
12 lines
219 B
YAML
12 lines
219 B
YAML
|
buildpack: "https://github.com/kr/heroku-buildpack-go.git"
|
||
|
targets:
|
||
|
ubuntu-14.04:
|
||
|
build_dependencies:
|
||
|
- mercurial
|
||
|
- bzr
|
||
|
dependencies:
|
||
|
- git
|
||
|
after:
|
||
|
- mv bin/main gogs
|
||
|
after_install: ./packaging/debian/postinst
|