Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: improve indentation.
[simgrid.git] / .gitlab-ci.yml
index 4ebac2f..4a0ebdb 100644 (file)
@@ -35,6 +35,16 @@ ctest:
   - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=ON -Denable_java=ON -Denable_lua=OFF -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON .
   - make VERBOSE=1 all tests && ctest --output-on-failure
 
+pip:
+  image: debian:testing
+  stage: build
+  except:
+  - stable
+  script:
+  - apt update && apt install -y python3-pip cmake libboost-dev g++ gcc pybind11-dev
+  - python3 setup.py sdist
+  - cd dist && tar xfz simgrid*.tar.gz && cd simgrid-*/ && python3 setup.py build
+
 release:
   stage: build
   only: