Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
307efcd7fb
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
2 contributors

Users who have contributed to this file

@HendrikSchultheis @jenzopr
11 lines (11 sloc) 332 Bytes
steps:
- label: ":stopwatch: Running checks for Wilson"
command:
- "R CMD build ."
- "R CMD check *tar.gz --as-cran"
plugins:
https://github.com/loosolab/conda-buildkite-plugin.git#master:
environment: .buildkite/environment.yml
update: true
artifact_paths:
- "wilson.Rcheck/*"