Use xenial to build all the versions newer than trusty

I'm not 100% sure why we can't use newer series to build the newer installers. But this seems to be what vanilla does
This commit is contained in:
Sryder 2020-05-19 20:45:49 +01:00
parent e0aa6ef252
commit bca1dd42a3
1 changed files with 3 additions and 3 deletions

View File

@ -451,7 +451,7 @@ matrix:
- p7zip-full
- gcc-4.8
compiler: gcc-4.8
dist: bionic
dist: xenial
if: env(DPL_ENABLED) = "1" AND (env(_DPL_JOB_ENABLED) = "1" OR env(DPL_JOB_ENABLE_ALL) = "1")
AND (branch =~ /^.*deployer.*$/ OR (tag IS present AND env(DPL_TAG_ENABLED) = "1"))
AND env(DPL_TERMINATE_MAIN) != "1"
@ -475,7 +475,7 @@ matrix:
- p7zip-full
- gcc-4.8
compiler: gcc-4.8
dist: bionic
dist: xenial
if: env(DPL_ENABLED) = "1" AND (env(_DPL_JOB_ENABLED) = "1" OR env(DPL_JOB_ENABLE_ALL) = "1")
AND (branch =~ /^.*deployer.*$/ OR (tag IS present AND env(DPL_TAG_ENABLED) = "1"))
AND env(DPL_TERMINATE_MAIN) != "1"
@ -547,7 +547,7 @@ matrix:
- p7zip-full
- gcc-4.8
compiler: gcc-4.8
dist: bionic
dist: xenial
if: env(DPL_ENABLED) = "1" AND (env(_DPL_JOB_ENABLED) = "1" OR env(DPL_JOB_ENABLE_ALL) = "1")
AND (branch =~ /^.*deployer.*$/ OR (tag IS present AND env(DPL_TAG_ENABLED) = "1"))
AND env(DPL_TERMINATE_MAIN) != "1"