Add R builds for openSUSE 15.4/SLES 15 SP4
This commit is contained in:
parent
979efa5b32
commit
f8392bdea8
1 changed files with 233 additions and 5 deletions
|
|
@ -71,3 +71,11 @@ services:
|
|||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
opensuse-154:
|
||||
image: opensuse/leap:15.4
|
||||
command: /r-builds/test/test-zypper.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=opensuse-154
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
|
|
|
|||
Loading…
Reference in a new issue