2014-04-01 10:39:26 -04:00
|
|
|
user: git
|
|
|
|
group: git
|
2015-01-16 11:26:21 -05:00
|
|
|
services:
|
|
|
|
- postgres
|
2014-04-01 10:39:26 -04:00
|
|
|
before_precompile: ./bin/pkgr_before_precompile.sh
|
2016-09-07 10:36:07 -04:00
|
|
|
env:
|
|
|
|
- SKIP_STORAGE_VALIDATION=true
|
2014-04-01 10:39:26 -04:00
|
|
|
targets:
|
|
|
|
debian-7: &wheezy
|
|
|
|
build_dependencies:
|
2015-01-16 11:22:32 -05:00
|
|
|
- libkrb5-dev
|
2014-04-01 10:39:26 -04:00
|
|
|
- libicu-dev
|
2014-09-02 02:14:50 -04:00
|
|
|
- cmake
|
|
|
|
- pkg-config
|
2014-04-01 10:39:26 -04:00
|
|
|
dependencies:
|
|
|
|
- libicu48
|
|
|
|
- libpcre3
|
|
|
|
- git
|
|
|
|
ubuntu-12.04: *wheezy
|
|
|
|
ubuntu-14.04:
|
|
|
|
build_dependencies:
|
2015-01-16 11:22:32 -05:00
|
|
|
- libkrb5-dev
|
2014-04-01 10:39:26 -04:00
|
|
|
- libicu-dev
|
2014-09-02 02:14:50 -04:00
|
|
|
- cmake
|
|
|
|
- pkg-config
|
2014-04-01 10:39:26 -04:00
|
|
|
dependencies:
|
|
|
|
- libicu52
|
|
|
|
- libpcre3
|
|
|
|
- git
|
2016-09-07 10:36:07 -04:00
|
|
|
ubuntu-16.04:
|
|
|
|
build_dependencies:
|
|
|
|
- libkrb5-dev
|
|
|
|
- libicu-dev
|
|
|
|
- cmake
|
|
|
|
- pkg-config
|
|
|
|
dependencies:
|
|
|
|
- libicu55
|
|
|
|
- libpcre3
|
|
|
|
- git
|
2014-06-12 15:41:33 -04:00
|
|
|
centos-6:
|
|
|
|
build_dependencies:
|
2015-01-16 11:22:32 -05:00
|
|
|
- krb5-devel
|
2014-06-12 15:41:33 -04:00
|
|
|
- libicu-devel
|
2014-09-02 02:14:50 -04:00
|
|
|
- cmake
|
|
|
|
- pkgconfig
|
2014-06-12 15:41:33 -04:00
|
|
|
dependencies:
|
|
|
|
- libicu
|
|
|
|
- pcre
|
|
|
|
- git
|