mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01: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
|