From 32079fc824e22a0676ed2817bca944f739c16ef6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 2 May 2024 18:43:58 -0400 Subject: [PATCH] make: rename 'drone' target to 'ci' Use more general name to prepare for switch from Drone to GitHub Actions. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30e4481b..d884065a 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ modlib: Rscript -e 'testthat::test_file("inst/maintenance/unit/test-modlib.R")' # this is in use -drone: +ci: make house #R -s -e 'devtools::install_deps(upgrade = '"'"'always'"'"', dependencies=TRUE)' R CMD build --md5 $(PKGDIR)