parent
056a48eda7
commit
87c9ed44b0
1 changed files with 111 additions and 5 deletions
|
|
@ -45,6 +45,17 @@ services:
|
|||
image: r-builds:debian-9
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
debian-10:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.debian-10
|
||||
image: r-builds:debian-10
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
centos-6:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue