X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a0c8da3bbcebc9266ce49ee6e48c2b1d52b4a5f8..5f5a10db6fc4552782638abb4817041223e17775:/.github/workflows/git.yml diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index 39d03c27d6..eb6bc035ab 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -39,8 +39,8 @@ jobs: mkdir build ; cd build 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 \ - -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON \ + -Denable_model-checking=OFF -Denable_testsuite_smpi_MBI=OFF \ + -Denable_smpi=ON -Denable_testsuite_smpi_MPICH3=ON \ -DCMAKE_DISABLE_SOURCE_CHANGES=ON -DLTO_EXTRA_FLAG="auto" .. ninja tests ctest --output-on-failure -j$(nproc) @@ -72,13 +72,12 @@ jobs: - name: build run: | - 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 + sudo apt-get update && sudo apt-get install ninja-build libboost-dev libboost-context-dev pybind11-dev libevent-dev mkdir build ; cd build cmake -GNinja -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \ -Denable_compile_optimizations=ON -Denable_compile_warnings=ON \ - -Denable_model-checking=ON -Denable_smpi_MBI_testsuite=OFF \ - -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF \ + -Denable_model-checking=ON -Denable_testsuite_smpi_MBI=OFF \ + -Denable_smpi=ON -Denable_testsuite_smpi_MPICH3=OFF \ -Denable_ns3=OFF \ -DCMAKE_DISABLE_SOURCE_CHANGES=ON -DLTO_EXTRA_FLAG="auto" .. ninja tests