Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc on framagit: fix the name of the python3-pip package
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 6 Aug 2018 17:47:34 +0000 (19:47 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 6 Aug 2018 17:47:34 +0000 (19:47 +0200)
.gitlab-ci.yml

index 0085c43..5335925 100644 (file)
@@ -3,7 +3,7 @@ image: debian:testing-slim
 .build: &build
   script:
   - apt-get update
 .build: &build
   script:
   - apt-get update
-  - apt-get install -y python3-sphinx doxygen python3-breathe python3-sphinx-rtd-theme pip3
+  - apt-get install -y python3-sphinx doxygen python3-breathe python3-sphinx-rtd-theme python3-pip
   - apt-get install -y cmake doxygen libboost-all-dev libboost-dev
   - pip3 install --no-deps exhale
   - cmake -Denable_documentation=ON .
   - apt-get install -y cmake doxygen libboost-all-dev libboost-dev
   - pip3 install --no-deps exhale
   - cmake -Denable_documentation=ON .