Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
294cb5155a
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
 
 
Cannot retrieve contributors at this time
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#v0.1.0:
environment: .buildkite/environment.yml
update: true
artifact_paths:
- "wilson.Rcheck/*"