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

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #23 from loosolab/buildkite-conda
Switched CI to use the conda plugin
  • Loading branch information
HendrikSchultheis committed Aug 3, 2018
2 parents aa23901 + 661ce56 commit f578820
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
14 changes: 5 additions & 9 deletions .buildkite/wilson-env.yml → .buildkite/environment.yml
@@ -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
@@ -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/*"

0 comments on commit f578820

Please sign in to comment.