Merge pull request #1976 from matrix-org/rav/buildkite
jenkins is dead, long live buildkitepull/977/head
commit
dc09dcd64b
@ -0,0 +1,11 @@
|
||||
steps:
|
||||
- label: ":books: Build spec"
|
||||
command:
|
||||
- python3 -m venv env
|
||||
- env/bin/pip install -r scripts/requirements.txt
|
||||
- ". env/bin/activate; scripts/generate-matrix-org-assets"
|
||||
artifact_paths:
|
||||
- assets.tar.gz
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "python:3.6"
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec ./scripts/test-and-build.sh
|
Loading…
Reference in New Issue