|
1 month ago | |
---|---|---|
.. | ||
README.md | 1 month ago | |
__init__.py | 1 month ago | |
deploy_util.py | 1 month ago | |
linux.py | 1 month ago | |
macos.py | 1 month ago | |
pipeline.template.yml | 1 month ago | |
version.py | 1 month ago |
The CI process will build and deploy the LSP server to the binaries S3 bucket. You can try the process by running the following commands:
# Set a tag version.
export BUILDKITE_TAG=mz-lsp-server-vx.y.z
# macOS
bin/pyactivate -m ci.deploy_mz_lsp_server.macos
# Linux
bin/pyactivate -m ci.deploy_mz_lsp_server.linux