Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to coin the minimal dependencies to build the pip package
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 26 Jun 2019 09:53:34 +0000 (11:53 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 29 Jun 2019 10:00:18 +0000 (12:00 +0200)
.gitlab-ci.yml

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