Add buildkite.yml for making sdists

This commit is contained in:
Matthew Honnibal 2017-10-04 18:00:37 +02:00
parent d903986439
commit cc29e8b497

11
.buildkite/sdist.yml Normal file
View File

@ -0,0 +1,11 @@
steps:
-
command:
- "$HOME/.local/bin/fab env clean make test"
label: ":dizzy: :python:"
artifact_paths: "dist/*.tar.gz"
- wait
- trigger "spacy-sdist-against-models"
label: ":spacy: :build:"
env:
SPACY_VERSION: "{$SPACY_VERSION}"