matrix-spec/.buildkite/pipeline.yaml

19 lines
492 B
YAML
Raw Normal View History

2019-04-26 16:58:31 +02:00
steps:
- label: ":books: Build spec"
command:
# Install the python dependencies necessary to build the spec
- python3 -m venv env && . env/bin/activate
- pip install -r scripts/requirements.txt
# Build the spec
- scripts/generate-matrix-org-assets
2019-04-26 16:58:31 +02:00
artifact_paths:
- assets.tar.gz
plugins:
- docker#v3.7.0:
image: python:3.9
2019-05-07 01:11:14 +02:00
- label: "rebuild matrix.org"
trigger: "matrix-dot-org"
async: true
branches: "master"