Generate WebSocket documentation. (#276)

This commit is contained in:
Cory Benfield 2018-04-04 17:45:52 +01:00 committed by GitHub
parent 82578be02f
commit 851dad09af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set -e
my_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
root_path="$my_path/.."
version=$(git describe --abbrev=0 --tags || echo "0.0.0")
modules=(NIO NIOHTTP1 NIOTLS NIOFoundationCompat)
modules=(NIO NIOHTTP1 NIOTLS NIOFoundationCompat NIOWebSocket)
if [[ "$(uname -s)" == "Linux" ]]; then
# build code if required