CI
This commit is contained in:
parent
693b4087ec
commit
6cd0047006
1 changed files with 151 additions and 410 deletions
|
|
@ -22,7 +22,7 @@ services:
|
|||
dockerfile: Dockerfile.ubuntu-2204
|
||||
image: r-builds:ubuntu-2204
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
- /tmp/ubuntu-2204:/tmp/output/ubuntu-2204
|
||||
ubuntu-2404:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
@ -34,7 +34,7 @@ services:
|
|||
dockerfile: Dockerfile.ubuntu-2404
|
||||
image: r-builds:ubuntu-2404
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
- /tmp/ubuntu-2404:/tmp/output/ubuntu-2404
|
||||
debian-10:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
@ -94,7 +94,7 @@ services:
|
|||
dockerfile: Dockerfile.centos-8
|
||||
image: r-builds:centos-8
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
- /tmp/centos-8:/tmp/output/centos-8
|
||||
rhel-9:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
@ -106,7 +106,7 @@ services:
|
|||
dockerfile: Dockerfile.rhel-9
|
||||
image: r-builds:rhel-9
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
- /tmp/rhel-9:/tmp/output/rhel-9
|
||||
opensuse-155:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue