add deploy

This commit is contained in:
2021-07-24 16:33:42 +03:00
parent 143083c950
commit dab9f3185f
6 changed files with 14 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ RUN git clone -b master --single-branch --depth 1 --recursive https://git.shs.to
WORKDIR /soft/shstk_build_ubuntu
RUN cmake -DICU=0 -DLOCAL=0 -DQGLENGINE=1 -DQGLVIEW=1 -DHAS_GL=0 -DBUILD_NUMBER=${LIBS_BUILD_NUMBER} ../shstk \
&& make install -j${JOBS_COUNT} \
&& make deploy -j${JOBS_COUNT} \
&& rm -rf * \
&& ldconfig