Add some doc to the github actions / CI scripts (#8034)
* Add some doc to the githuib actions / CI scripts Type: task * alalytics-events is more name matching
This commit is contained in:
parent
20d5798594
commit
1eb67047c9
8 changed files with 23 additions and 3 deletions
|
@ -1,5 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This installs other Matrix dependencies that are often
|
||||
# developed in parallel with react-sdk, using fetchdep.sh
|
||||
# for branch matching.
|
||||
# This will set up a working react-sdk environment, so is
|
||||
# used for running react-sdk standalone tests. To set up a
|
||||
# build of element-web, use layered.sh
|
||||
|
||||
set -ex
|
||||
|
||||
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue