unittest starts a server

This commit is contained in:
Benjamin Sergeant
2019-01-01 16:34:05 -08:00
parent b13fee16c1
commit dcfdcc3e1b
3 changed files with 64 additions and 2 deletions

View File

@ -10,8 +10,11 @@ RUN apt-get -y install procps
RUN apt-get -y install lsof
RUN apt-get -y install libz-dev
RUN apt-get -y install vim
RUN apt-get -y install make
RUN apt-get -y install cmake
COPY . .
WORKDIR examples/ws_connect
RUN ["sh", "build_linux.sh"]
#WORKDIR examples/ws_connect
#RUN ["sh", "build_linux.sh"]
RUN ["make", "test"]