tic
tic copied to clipboard
Tasks Integrating Continuously: CI-Agnostic Workflow Definitions
I.e. which values are accepted in `use_circle_yml()` and `use_ghactions_yml()` Currently these are listed in the help pages of the respective functions but there should be a programmatic way to query...
in https://docs.ropensci.org/tic/articles/deployment.html
Glad to find 'tic' and like the simplicity and abstraction. :+1: It is working great for code testing, but I'm having a problem with _test coverage_ . My provider is...
Hi, Are there any plans to support GitLab CI? Intro to CI: https://docs.gitlab.com/ee/ci/ List of the defined environment variables: https://docs.gitlab.com/ee/ci/variables/#list-all-environment-variables
Since v0.12 now also with auth support and deb/rpm packages: https://github.com/cli/cli/releases/tag/v0.12.0.
before performing actions. By default I'm using a very poorly scoped PAT if any, only adding a powerful one if needed. Protection against shooting myself in the foot.
Currently we don't push in tag builds: https://github.com/ropensci/tic/blob/1228a73142c62aef972ec444f7f65a8a7d6759af/R/steps-git.R#L251-L254 This does not play well with {fledge} and its automated release workflow since the run containing the release version (e.g. 0.3.0) is...
Expand `docker` branch. Installing everything from rcheckserver makes the image prohibitively large. - [x] Install R from source - [x] Install sysreqs - [x] Install tic, using sysreqs from sysreqs...