Runs predefined stages similarly to Travis CI and AppVeyor.
The run aborts on error, the after_failure
stage is never run.
run_all_stages(stages = dsl_load())
[named list]
A named list of TicStage
objects as returned by dsl_load()
,
by default loaded from tic.R
.
The stages are run in the following order:
before_install()
install()
after_install()
before_script()
script()
after_success()
before_deploy()
deploy()
after_deploy()
after_script()
Other runners:
prepare_all_stages()
,
run_stage()