mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-17 19:09:29 -04:00
Quieter CMake option for GitlabCI
Avoid GtilabCI suppressing log with: Job's log exceeded limit of 4194304 bytes. Job execution will continue but no more output will be collected.
This commit is contained in:
parent
52aba1be18
commit
fcaba0e65f
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ RUN \
|
||||||
RUN \
|
RUN \
|
||||||
mkdir RetroShare-build && cd RetroShare-build && \
|
mkdir RetroShare-build && cd RetroShare-build && \
|
||||||
cmake -B. -S../RetroShare/retroshare-service \
|
cmake -B. -S../RetroShare/retroshare-service \
|
||||||
-DRS_FORUM_DEEP_INDEX=ON -DRS_JSON_API=ON && \
|
-DRS_FORUM_DEEP_INDEX=ON -DRS_JSON_API=ON \
|
||||||
|
-DRS_WARN_DEPRECATED=OFF -DRS_WARN_LESS=ON && \
|
||||||
make -j$(nproc) && make install && \
|
make -j$(nproc) && make install && \
|
||||||
cd .. && rm -rf RetroShare-build
|
cd .. && rm -rf RetroShare-build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue