CI
This commit is contained in:
parent
693b4087ec
commit
6cd0047006
1 changed files with 151 additions and 410 deletions
22
build.sh
Normal file
22
build.sh
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
export PLATFORM=ubuntu-2004
|
||||
export R_VERSION=4.3.3
|
||||
|
||||
make build-r-$PLATFORM
|
||||
|
||||
|
||||
export PLATFORM=ubuntu-2204
|
||||
export R_VERSION=4.3.3
|
||||
|
||||
make build-r-$PLATFORM
|
||||
|
||||
|
||||
|
||||
export PLATFORM=centos-8
|
||||
export R_VERSION=4.3.3
|
||||
|
||||
make build-r-$PLATFORM
|
||||
|
||||
export PLATFORM=rhel-9
|
||||
export R_VERSION=4.3.3
|
||||
|
||||
make build-r-$PLATFORM
|
||||
Loading…
Reference in a new issue