spaCy/.buildkite/sdist.yml

10 lines
257 B
YAML
Raw Normal View History

2017-10-04 19:00:37 +03:00
steps:
2017-10-04 19:05:45 +03:00
- command: "$HOME/.local/bin/fab env clean make test"
2017-10-04 19:00:37 +03:00
label: ":dizzy: :python:"
artifact_paths: "dist/*.tar.gz"
- wait
- trigger "spacy-sdist-against-models"
label: ":spacy: :build:"
env:
SPACY_VERSION: "{$SPACY_VERSION}"