1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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

10
scripts/ci/unit-tests.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
#
# script which is run by the CI build (after `yarn test`).
#
# clones riot-web develop and runs the tests against our version of react-sdk.
set -ev
scripts/ci/build.sh
CHROME_BIN='/usr/bin/google-chrome-stable' yarn test