Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc@framagit: reduce the verbosity of apt to keep under the 500kb limit
[simgrid.git] / .gitlab-ci.yml
index be34650..6c945b2 100644 (file)
@@ -2,8 +2,8 @@ image: debian:testing-slim
 
 .build: &build
   script:
-  - apt-get update
-  - apt-get install -y python3-pip cmake doxygen libboost-all-dev libboost-dev fig2dev
+  - apt-get update >/dev/null
+  - apt-get install -y python3-pip cmake doxygen libboost-all-dev libboost-dev fig2dev >/dev/null
   - pip3 install --requirement docs/requirements.txt 
   - cmake -Denable_documentation=ON .
   - make documentation