Skip to content

Commit

Permalink
make: rename 'drone' target to 'ci'
Browse files Browse the repository at this point in the history
Use more general name to prepare for switch from Drone to GitHub
Actions.
  • Loading branch information
kyleam committed May 2, 2024
1 parent 3d5d701 commit 32079fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32079fc

Please sign in to comment.