Stages available in both Travis CI and AppVeyor, for which shortcuts
have been defined. All these functions call run_stage()
with the
corresponding stage name.
before_install(stages = dsl_load())install(stages = dsl_load())
after_install(stages = dsl_load())
before_script(stages = dsl_load())
script(stages = dsl_load())
after_success(stages = dsl_load())
after_failure(stages = dsl_load())
before_deploy(stages = dsl_load())
deploy(stages = dsl_load())
after_deploy(stages = dsl_load())
after_script(stages = dsl_load())
[named list]
A named list of TicStage
objects as returned by dsl_load()
,
by default loaded from tic.R
.