Skip to content
This repository has been archived by the owner. It is now read-only.

Switched CI to use the conda plugin #23

Merged
merged 20 commits into from
Aug 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 5 additions & 9 deletions .buildkite/wilson-env.yml → .buildkite/environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: wilson
channels:
- defaults
- conda-forge
- bioconda
- conda-forge
- defaults
dependencies:
- r-base
- r-shiny
Expand All @@ -17,12 +16,9 @@ dependencies:
- r-shinyjs
- r-viridis
- r-rje
# - r-grdevices # base package
# - r-grid # base package
- r-plyr
- r-circlize
- bioconductor-complexheatmap
# - r-stats # base package
- r-gplots
- r-reshape
- r-rintrojs
Expand All @@ -38,11 +34,11 @@ dependencies:
- r-shinycssloaders
- r-log4r
- r-openssl
# - r-methods # base package
- r-r6
- r-stringi >=1.2.3
- r-devtools
- "readline==6.3"
- r-roxygen2
- r-rmarkdown
- r-testthat
# - r-vdiffr # not yet in conda-forge
- r-vdiffr
- qpdf
17 changes: 7 additions & 10 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
steps:
- label: "Build Conda-environment"
- label: ":stopwatch: Running checks for Wilson"
command:
# - "conda env create -f .buildkite/wilson-env.yml --force"
- ". /etc/profile.d/conda.sh"
- "conda activate wilson"
# - "Rscript -e 'install.packages(\"rje\")'"
- "R CMD build ."
- "R CMD check *tar.gz --as-cran"

# - wait

# - label: "Package check"
# command:
plugins:
https://github.com/loosolab/conda-buildkite-plugin.git#v0.1.0:
environment: .buildkite/environment.yml
update: true
artifact_paths:
- "wilson.Rcheck/*"