neilzhu 6dd8e59864 first commit 1 month ago
..
README.md 6dd8e59864 first commit 1 month ago
__init__.py 6dd8e59864 first commit 1 month ago
deploy_util.py 6dd8e59864 first commit 1 month ago
linux.py 6dd8e59864 first commit 1 month ago
macos.py 6dd8e59864 first commit 1 month ago
pipeline.template.yml 6dd8e59864 first commit 1 month ago
version.py 6dd8e59864 first commit 1 month ago

README.md

Deploy Materialize Language Server Protocol (LSP) Server.

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