mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
d36e69382d
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri May 13 13:46:12 CEST 2016 on sn-devel-144
33 lines
980 B
YAML
33 lines
980 B
YAML
language: c
|
|
dist: trusty
|
|
|
|
sudo: true
|
|
|
|
cache: ccache
|
|
|
|
# Everything except samba and ctdb (long tests)
|
|
env:
|
|
- TASK=samba-xc
|
|
- TASK=samba-ctdb
|
|
- TASK=samba-libs
|
|
- TASK=samba-static
|
|
- TASK=samba-o3
|
|
- TASK=ldb
|
|
- TASK=tdb
|
|
- TASK=talloc
|
|
- TASK=replace
|
|
- TASK=tevent
|
|
- TASK=pidl
|
|
|
|
# Fail everything after the first job fails
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install --assume-yes acl attr autoconf bison build-essential debhelper dnsutils docbook-xml docbook-xsl flex gdb git krb5-user libacl1-dev libaio-dev libattr1-dev libblkid-dev libbsd-dev libcap-dev libcups2-dev libgnutls-dev libldap2-dev libncurses5-dev libpam0g-dev libparse-yapp-perl libpopt-dev libreadline-dev perl perl-modules pkg-config python-crypto python-dev python-dnspython python3-crypto python3-dev python3-dnspython realpath screen xsltproc zlib1g-dev
|
|
|
|
script:
|
|
- git fetch --unshallow
|
|
- ./script/autobuild.py --tail --testbase=/tmp $TASK
|