Сборка в Ubuntu Focal

This commit is contained in:
Andrei Astafev 2020-03-31 08:04:15 +03:00
parent ff188d68aa
commit f740a21d8f
2 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,9 @@ orel212-nightly:
bionic-nightly:
extends: .scheduled-bionic
focal-nightly:
extends: .scheduled-focal
elbrus-nightly:
extends: .scheduled-elbrus

View File

@ -1,5 +1,6 @@
variables:
GIT_SUBMODULE_STRATEGY: recursive
GET_SOURCES_ATTEMPTS: 10
.scheduled-test:
only:
@ -66,6 +67,11 @@ variables:
image: bionic-dev
tags: ['docker']
.scheduled-focal:
extends: .scheduled-test
image: focal-dev
tags: ['docker']
.scheduled-elbrus:
extends: .scheduled-test
tags: ['elbrus']