mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Move documentation job first for Travis CI.
Since this job has been running long recently this should improved overall performance when multiple commits are queued up.
This commit is contained in:
parent
f4f21d0df7
commit
dca5b63f97
@ -12,11 +12,11 @@ services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- PGB_CI="doc"
|
||||
- PGB_CI="--vm=u18 test"
|
||||
- PGB_CI="--vm=co6 test"
|
||||
- PGB_CI="--vm=co7 test"
|
||||
- PGB_CI="--vm=u12 test"
|
||||
- PGB_CI="doc"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update && sudo apt-get install libxml-checker-perl libdbd-pg-perl libyaml-libyaml-perl python-pip lcov libperl-dev
|
||||
|
@ -88,14 +88,14 @@ sub process
|
||||
"\n" .
|
||||
"env:\n";
|
||||
|
||||
$strConfig .= " - PGB_CI=\"doc\"\n";
|
||||
|
||||
# Iterate each OS
|
||||
foreach my $strVm (VM_LIST)
|
||||
{
|
||||
$strConfig .= " - PGB_CI=\"--vm=${strVm} test\"\n";
|
||||
}
|
||||
|
||||
$strConfig .= " - PGB_CI=\"doc\"\n";
|
||||
|
||||
# Configure install and script
|
||||
$strConfig .=
|
||||
"\n" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user