This commit is contained in:
Patrick Schratz 2024-06-05 14:32:08 +02:00
commit 6cd0047006
Signed by: pat-s
GPG key ID: 3C6318841EF78925

22
build.sh Normal file
View 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