Add support for openSUSE 15.1
This commit is contained in:
parent
8f47ef1016
commit
dd0b4c4fbe
|
@ -196,6 +196,23 @@ upload/SUSE/12.4:
|
|||
###################################
|
||||
# openSUSE
|
||||
###################################
|
||||
build/opensuse/15.1:
|
||||
<<: *build
|
||||
variables:
|
||||
DOCKER_IMAGE: opensuse/15.1
|
||||
|
||||
test/opensuse/15.1:
|
||||
<<: *test
|
||||
variables:
|
||||
DOCKER_IMAGE: opensuse/15.1
|
||||
dependencies:
|
||||
- build/opensuse/15.1
|
||||
|
||||
upload/openSUSE/15.1:
|
||||
<<: *upload
|
||||
dependencies:
|
||||
- build/opensuse/15.1
|
||||
|
||||
build/opensuse/15.0:
|
||||
<<: *build
|
||||
variables:
|
||||
|
|
Loading…
Reference in New Issue