mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 07:29:38 -05: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
@ -14,6 +14,7 @@ RUN \
|
||||
RUN \
|
||||
mkdir RetroShare-build && cd RetroShare-build && \
|
||||
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 && \
|
||||
cd .. && rm -rf RetroShare-build
|
||||
|
Loading…
Reference in New Issue
Block a user