Skip to content

Commit b3bb9da

Browse files
update - style
Adjusting comments and
1 parent 8cb1f26 commit b3bb9da

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Tools/CI/run_cmb_service.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,17 @@ unzip protoc-31.1-linux-x86_64.zip -d $folder_path
8585
chmod +x ./protoc
8686
chmod +x ./protoc/bin
8787

88-
# Add the Protocol Buffer Compiler install PROTOC
88+
# Add the PROTOC environment variable for Protocol Buffer Compiler
8989
export PROTOC="$folder_path/bin"
9090
echo "Set PROTOC = $PROTOC"
9191

92-
# Add the Protocol Buffer Compiler install location to the path
92+
# Add the Protocol Buffer Compiler install location to the PATH
9393
export PATH="$folder_path/bin:$PATH"
9494
echo "\n Set PATH = $PATH"
9595

9696
# clone the cmb service repo
9797
git clone https://github.com/Unity-Technologies/mps-common-multiplayer-backend.git
98+
9899
# navigate to the cmb service directory
99100
cd ./mps-common-multiplayer-backend/runtime
100101

@@ -105,7 +106,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
105106
export PATH="$HOME/.cargo/bin:$PATH"
106107

107108
# Echo server -------------------------------------------------------------------
108-
109+
echo "Beginning build..."
109110
# Build the echo server
110111
cargo build --example ngo_echo_server
111112
# Run the echo server in the background

0 commit comments

Comments
 (0)