Attempt at adding builds for Fedora 37 and 38
This commit is contained in:
parent
03dbd456d4
commit
6c9247cfea
1 changed files with 498 additions and 2 deletions
|
|
@ -71,3 +71,19 @@ services:
|
|||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
fedora-37:
|
||||
image: fedora:37
|
||||
command: /r-builds/test/test-yum.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=fedora-37
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
fedora-38:
|
||||
image: fedora:38
|
||||
command: /r-builds/test/test-yum.sh
|
||||
environment:
|
||||
- OS_IDENTIFIER=fedora-38
|
||||
- R_VERSION=${R_VERSION}
|
||||
volumes:
|
||||
- ../:/r-builds
|
||||
|
|
|
|||
Loading…
Reference in a new issue