GUACAMOLE-1754: Run unit tests within Docker build.

This commit is contained in:
Mike Jumper 2023-05-18 14:13:12 -07:00
parent d9f7210384
commit 463831f8df
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ RUN apk add --no-cache \
build-base \
cairo-dev \
cmake \
cunit-dev \
git \
grep \
libjpeg-turbo-dev \

View File

@ -111,5 +111,5 @@ install_from_git "https://github.com/warmcat/libwebsockets" "$WITH_LIBWEBSOCKETS
cd "$BUILD_DIR"
autoreconf -fi && ./configure --prefix="$PREFIX_DIR" $GUACAMOLE_SERVER_OPTS
make && make install
make && make check && make install