Skip to content
Snippets Groups Projects

New functionality to run test-only builds using conda packages

Merged André Anjos requested to merge ci-test-only into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -70,7 +70,7 @@ Examples:
@@ -70,7 +70,7 @@ Examples:
@bdt.raise_on_error
@bdt.raise_on_error
def test(package, condarc, config, append_file, server, private, stable,
def test(package, condarc, config, append_file, server, private, stable,
dry_run, ci):
dry_run, ci):
"""Tests (pre-built_ package through conda-build with stock configuration
"""Tests (pre-built) package through conda-build with stock configuration
This command wraps the execution of conda-build so that you use the same
This command wraps the execution of conda-build so that you use the same
conda configuration we use for our CI. It always set
conda configuration we use for our CI. It always set
Loading