Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
second attempt at pip@gitlab-ci
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 25 Jun 2019 22:48:18 +0000 (00:48 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 25 Jun 2019 23:02:10 +0000 (01:02 +0200)
.gitlab-ci.yml

index ee2ce14..d725437 100644 (file)
@@ -41,6 +41,7 @@ pip:
   except:
   - stable
   script:
+  - apt update && apt install -y python3-pip cmake
   - python3 setup.py sdist
   - cd dist && tar xfz simgrid*.tar.gz && cd simgrid-*/ && python3 setup.py build