BigW Consortium Gitlab

.pkgr.yml 866 Bytes
Newer Older
1 2
user: git
group: git
3 4
services:
  - postgres
5
before_precompile: ./bin/pkgr_before_precompile.sh
6 7
env: 
  - SKIP_STORAGE_VALIDATION=true 
8 9 10
targets:
  debian-7: &wheezy
    build_dependencies:
11
      - libkrb5-dev
12
      - libicu-dev
13 14
      - cmake
      - pkg-config
15 16 17 18 19 20 21
    dependencies:
      - libicu48
      - libpcre3
      - git
  ubuntu-12.04: *wheezy
  ubuntu-14.04:
    build_dependencies:
22
      - libkrb5-dev
23
      - libicu-dev
24 25
      - cmake
      - pkg-config
26 27 28 29
    dependencies:
      - libicu52
      - libpcre3
      - git
30 31 32 33 34 35 36 37 38 39
  ubuntu-16.04:
    build_dependencies:
      - libkrb5-dev
      - libicu-dev
      - cmake
      - pkg-config
    dependencies:
      - libicu55
      - libpcre3
      - git
Cyril Rohr committed
40 41
  centos-6:
    build_dependencies:
42
      - krb5-devel
Cyril Rohr committed
43
      - libicu-devel
44 45
      - cmake
      - pkgconfig
Cyril Rohr committed
46 47 48 49
    dependencies:
      - libicu
      - pcre
      - git