Add GitHub Actions workflow to test R builds
This commit is contained in:
parent
83dfc554f2
commit
4597879d10
1 changed files with 201 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -59,6 +59,9 @@ $(foreach platform,$(PLATFORMS), \
|
|||
$(eval $(GEN_TARGETS)) \
|
||||
)
|
||||
|
||||
print-platforms:
|
||||
@echo $(PLATFORMS)
|
||||
|
||||
# Helper for launching a bash session on a docker image of your choice. Defaults
|
||||
# to "ubuntu:xenial".
|
||||
TARGET_IMAGE?=ubuntu:xenial
|
||||
|
|
@ -68,4 +71,4 @@ bash:
|
|||
-w /r-builds \
|
||||
${TARGET_IMAGE} /bin/bash
|
||||
|
||||
.PHONY: deps docker-build docker-push docker-down docker-build-package docker-shell-package-env ecr-login fetch-serverless-custom-file serverless-deploy
|
||||
.PHONY: deps docker-build docker-push docker-down docker-build-package docker-shell-package-env ecr-login fetch-serverless-custom-file print-platforms serverless-deploy
|
||||
|
|
|
|||
Loading…
Reference in a new issue