Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
GUACAMOLE-1754: Run unit tests within Docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed May 18, 2023
1 parent d9f7210 commit 463831f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apk add --no-cache \
build-base \
cairo-dev \
cmake \
cunit-dev \
git \
grep \
libjpeg-turbo-dev \
Expand Down
2 changes: 1 addition & 1 deletion src/guacd-docker/bin/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 463831f

Please sign in to comment.