add support for sles15sp5
This commit is contained in:
parent
9fe1725620
commit
db1f2a22c7
1 changed files with 142 additions and 3 deletions
|
|
@ -63,6 +63,14 @@ services:
|
|||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
opensuse-155:
|
||||
image: opensuse/leap:15.5
|
||||
command: /r-builds/test/test-zypper.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=opensuse-155
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
opensuse-154:
|
||||
image: opensuse/leap:15.4
|
||||
command: /r-builds/test/test-zypper.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue