Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing symbols to the refguide
[simgrid.git] / .gitlab-ci.yml
index ee2ce14..b610911 100644 (file)
@@ -41,6 +41,7 @@ pip:
   except:
   - stable
   script:
+  - 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