mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
7f369006b5
A number of tests have been updated and Fedora 30 has been added to the test suite so the unit tests can run on gcc 9. Stop running unit tests on co6/7 since we appear to have ample unit test coverage.
33 lines
586 B
YAML
33 lines
586 B
YAML
branches:
|
|
only:
|
|
- integration
|
|
- /-ci$/
|
|
|
|
dist: trusty
|
|
sudo: required
|
|
|
|
language: c
|
|
|
|
services:
|
|
- docker
|
|
|
|
matrix:
|
|
include:
|
|
- env: PGB_CI="--vm=u12 test"
|
|
- env: PGB_CI="--vm=f30 test"
|
|
- env: PGB_CI="--vm=co6 test"
|
|
- env: PGB_CI="--vm=u18 test"
|
|
- env: PGB_CI="--vm=u18 doc"
|
|
- env: PGB_CI="--vm=co7 test"
|
|
- dist: bionic
|
|
env: PGB_CI="--vm=none test"
|
|
- env: PGB_CI="--vm=co6 doc"
|
|
- env: PGB_CI="--vm=co7 doc"
|
|
|
|
install:
|
|
- umask 0022
|
|
- cd ~ && pwd && whoami && umask && groups
|
|
|
|
script:
|
|
- ${TRAVIS_BUILD_DIR?}/test/travis.pl ${PGB_CI?}
|