From: Martin Quinson Date: Thu, 9 Aug 2018 13:31:16 +0000 (+0200) Subject: doc@framagit: re-increase the verbosity now that we only build the public API X-Git-Tag: v3_21~271 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/90a6b0bb775e349886c3da63018bf03a8a1137f0?hp=bdd6e94b8a7150c6893f53cb8fe2271742a4f475 doc@framagit: re-increase the verbosity now that we only build the public API --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c945b26ac..be346507e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ image: debian:testing-slim .build: &build script: - - apt-get update >/dev/null - - apt-get install -y python3-pip cmake doxygen libboost-all-dev libboost-dev fig2dev >/dev/null + - apt-get update + - apt-get install -y python3-pip cmake doxygen libboost-all-dev libboost-dev fig2dev - pip3 install --requirement docs/requirements.txt - cmake -Denable_documentation=ON . - make documentation