Skip to content
.gitlab-ci.yml 583 B
Newer Older
image: mysql:latest

before_script:
Cellebyte's avatar
Cellebyte committed
    - apt-get update -qq &&
      apt-get install -y -qq debhelper libmysqlclient-dev quilt
                             autotools-dev dh-autoreconf fakeroot
                             rsync
Cellebyte's avatar
Cellebyte committed
    - mkdir libnss-mysql-bg-1.5
    - rsync -Paz --exclude-from 'rsync-exclude.txt' * libnss-mysql-bg-1.5/
Cellebyte's avatar
Cellebyte committed
    - cd libnss-mysql-bg-1.5
Cellebyte's avatar
Cellebyte committed

Cellebyte's avatar
Cellebyte committed
BUILD_libnss-mysql-bg-1.5.deb:
    script:
        - debian/rules clean
        - debian/rules build
        - fakeroot debian/rules binary
Cellebyte's avatar
Cellebyte committed

Cellebyte's avatar
Cellebyte committed
            - libnss-mysql-bg_1.5-4_amd64.deb