Prepares a repo for building and deploying supported by tic.
Usage
use_tic(
wizard = interactive(),
linux = "ghactions",
mac = "ghactions",
windows = "ghactions",
deploy = "ghactions",
matrix = "none",
private_key_name = "TIC_DEPLOY_KEY",
quiet = FALSE
)Arguments
- wizard
[flag]
Interactive operation? IfTRUE, a menu will be shown.- linux
[string]
Which CI provider(s) to use to test on Linux. Possible options are"circle","ghactions","none"/NULLand"all".- mac
[string]
Which CI provider(s) to use to test on macOS Possible options are"none"/NULLand"ghactions".- windows
[string]
Which CI provider(s) to use to test on Windows Possible options are"none"/NULL, and"ghactions".- deploy
[string]
Which CI provider(s) to use to deploy artifacts such as pkgdown documentation. Possible options are "circle","ghactions","none"/NULLand"all"`.- matrix
[string]
For which CI provider(s) to set up matrix builds. Possible options are"circle","ghactions","none"/NULLand"all".- private_key_name
string
Only needed when deploying from builds on GitHub Actions. If you have set a custom name for the private key during creation of the SSH key pair via tic::use_ghactions_deploy()] oruse_tic(), pass this name here.- quiet
[flag]
Less verbose output? Default:FALSE.
