Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Install python deps on GHaction + better documentation of build dependencies
[simgrid.git] / .github / workflows / git.yml
index 4b19cef..240eee9 100644 (file)
@@ -21,7 +21,7 @@ jobs:
 
       - name: build
         run: |
-          sudo apt-get update && sudo apt-get install ninja-build libboost-dev libboost-context-dev libns3-dev
+          sudo apt-get update && sudo apt-get install ninja-build libboost-dev libboost-context-dev pybind11-dev libns3-dev
           cmake -GNinja -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \
                 -Denable_compile_optimizations=ON -Denable_compile_warnings=ON \
                 -Denable_model-checking=OFF -Denable_smpi_MBI_testsuite=OFF \
@@ -29,7 +29,7 @@ jobs:
                 -Denable_ns3=ON \
                 -DCMAKE_DISABLE_SOURCE_CHANGES=ON  -DLTO_EXTRA_FLAG="auto"
           ninja tests
-          ctest --output-on-verbose
+          ctest --output-on-failure
       - name: Create the failure Message
         if: ${{ failure() }}
         run: |
@@ -56,7 +56,7 @@ jobs:
 
       - name: build
         run: |
-          sudo apt-get update && sudo apt-get install ninja-build libboost-dev libboost-context-dev
+          sudo apt-get update && sudo apt-get install ninja-build libboost-dev libboost-context-dev pybind11-dev
           sudo apt-get install libunwind-dev libdw-dev libelf-dev libevent-dev
           cmake -GNinja -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \
                 -Denable_compile_optimizations=ON -Denable_compile_warnings=ON \
@@ -65,7 +65,7 @@ jobs:
                 -Denable_ns3=OFF \
                 -DCMAKE_DISABLE_SOURCE_CHANGES=ON  -DLTO_EXTRA_FLAG="auto"
           ninja tests
-          ctest --output-on-verbose
+          ctest --output-on-failure
       - name: Create the failure Message
         if: ${{ failure() }}
         run: |