Add basic BuildKite :pipeline:

This commit is contained in:
Travis Ralston 2019-03-13 17:42:05 -06:00
parent 5bf6206578
commit 618b2b1ae6
6 changed files with 40 additions and 7 deletions

View file

@ -0,0 +1,13 @@
#!/bin/bash
set -ex
scripts/fetchdep.sh matrix-org matrix-js-sdk
pushd matrix-js-sdk
yarn link
yarn install
popd
yarn link matrix-js-sdk
yarn install