Skip to content
Snippets Groups Projects
Commit 3def137e authored by mwham's avatar mwham
Browse files

Trying Docker build

parent acd6068e
No related branches found
No related tags found
2 merge requests!10Merge in master,!8Bin dir, CI build fixes
Pipeline #15134 passed
---
image: nextflow/nextflow:22.04.3
test:
script:
- if [ -d $PWD/conda ]; then conda env update -p $PWD/conda; else conda env create -p $PWD/conda; fi
- conda activate $PWD/conda
- cd tests/ && ./run_stubs.sh
- conda deactivate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment