debian-mirror-gitlab/.pkgr.yml

50 lines
866 B
YAML
Raw Normal View History

2014-09-02 18:07:02 +05:30
user: git
group: git
2015-04-26 12:48:37 +05:30
services:
- postgres
2014-09-02 18:07:02 +05:30
before_precompile: ./bin/pkgr_before_precompile.sh
2016-09-29 09:46:39 +05:30
env:
- SKIP_STORAGE_VALIDATION=true
2014-09-02 18:07:02 +05:30
targets:
debian-7: &wheezy
build_dependencies:
2015-04-26 12:48:37 +05:30
- libkrb5-dev
2014-09-02 18:07:02 +05:30
- libicu-dev
2015-04-26 12:48:37 +05:30
- cmake
- pkg-config
2014-09-02 18:07:02 +05:30
dependencies:
- libicu48
- libpcre3
- git
ubuntu-12.04: *wheezy
ubuntu-14.04:
build_dependencies:
2015-04-26 12:48:37 +05:30
- libkrb5-dev
2014-09-02 18:07:02 +05:30
- libicu-dev
2015-04-26 12:48:37 +05:30
- cmake
- pkg-config
2014-09-02 18:07:02 +05:30
dependencies:
- libicu52
- libpcre3
- git
2016-09-29 09:46:39 +05:30
ubuntu-16.04:
build_dependencies:
- libkrb5-dev
- libicu-dev
- cmake
- pkg-config
dependencies:
- libicu55
- libpcre3
- git
2014-09-02 18:07:02 +05:30
centos-6:
build_dependencies:
2015-04-26 12:48:37 +05:30
- krb5-devel
2014-09-02 18:07:02 +05:30
- libicu-devel
2015-04-26 12:48:37 +05:30
- cmake
- pkgconfig
2014-09-02 18:07:02 +05:30
dependencies:
- libicu
- pcre
- git