1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00
Files
pgbackrest/.travis.yml
T

35 lines
849 B
YAML
Raw Normal View History

2017-02-21 08:59:23 -05:00
branches:
only:
- integration
- /-ci$/
dist: trusty
sudo: required
language: c
services:
- docker
matrix:
include:
- env: PGB_CI="test --vm=u12"
- env: PGB_CI="test --vm=f30 --param=c-only"
- env: PGB_CI="test --vm=co6 --param=build-package --param=module=mock --param=module=real"
- env: PGB_CI="test --vm=u18 --param=build-package --param=container-only"
2019-10-15 17:19:42 +02:00
- env: PGB_CI=" doc --vm=u18"
- env: PGB_CI="test --vm=co7 --param=build-package --param=module=mock --param=module=real"
- dist: bionic
2019-10-15 17:19:42 +02:00
env:
- PGB_CI="test --vm=none --param=tz=America/New_York"
2019-10-10 11:28:37 -04:00
services:
2019-10-15 17:19:42 +02:00
- env: PGB_CI=" doc --vm=co6"
- env: PGB_CI=" doc --vm=co7"
2017-02-21 08:59:23 -05:00
install:
2019-10-13 14:02:52 -04:00
- umask 0022 && cd ~ && pwd && whoami && umask && groups
- df -Th && top -bn1
2017-02-21 08:59:23 -05:00
script:
- ${TRAVIS_BUILD_DIR?}/test/travis.pl ${PGB_CI?}