The union of all files from all check-ins in directory wiki_references/2019/software/mail_and_messaging/matrix_org/src_from_GitHub/the_repository_clones/pipelines [history]
- .gitignore
- .git
- complement
- dendrite
- element-android
- element-builder
- element-desktop
- element-ios
- element-web
- gomatrixserverlib
- matrix-android-sdk
- matrix-appservice-bridge
- matrix-appservice-irc
- matrix-appservice-node
- matrix-appservice-slack
- matrix-bifrost
- matrix-ios-kit
- matrix-ios-sdk
- matrix-js-sdk
- matrix-react-sdk
- matrix-synapse-ldap3
- matrix-synapse-saml-mozilla
- matrix-widget-api
- mjolnir
- optimized-python-docker
- rageshake
- riot-android
- sydent
- sygnal
- synapse
- sytest
- LICENSE
- README.md
pipelines
Buildkite Pipelines for Matrix.org Projects.
Testing a pipeline locally
See the intructions at https://gitlab.matrix.org/new-vector/internal/-/wikis/BuildKite#testing-a-pipeline-locally.
The above is an internal page. If you are not allowed to view this page, know that the instructions effectively boil down to:
- Install buildkite-agent and buildkite-cli.
- Change to the codebase directory of the project you'd like to test.
- Run
bk local run /path/to/project/pipeline.yml
.
Note that --debug
can be added to the above command to produce
some more helpful logs.