Add buildkite files to v1.x branch

This commit is contained in:
Matthew Honnibal 2018-03-23 20:38:14 +01:00
parent ed3524c15d
commit bfbe8828bd

11
.buildkite/sdist.yml Normal file
View File

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