Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
GH action: ninja is verbose on error anyway
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 2 Mar 2023 08:31:52 +0000 (09:31 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 2 Mar 2023 08:31:52 +0000 (09:31 +0100)
.github/workflows/git.yml

index 8ea42fe..c2747ae 100644 (file)
@@ -9,7 +9,7 @@ name: Git builds
 on: workflow_dispatch
 
 jobs:
-  simgrid-regular:
+  simgrid-regular-ubuntu:
     runs-on: ubuntu-latest
     permissions:
       contents: read
@@ -28,7 +28,7 @@ jobs:
                 -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON \
                 -Denable_ns3=ON \
                 -DCMAKE_DISABLE_SOURCE_CHANGES=ON  -DLTO_EXTRA_FLAG="auto"
-          ninja tests VERBOSE=1
+          ninja tests
           ctest --output-on-verbose
       - name: Create the failure Message
         if: ${{ failure() }}
@@ -63,7 +63,7 @@ jobs:
                 -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF \
                 -Denable_ns3=OFF \
                 -DCMAKE_DISABLE_SOURCE_CHANGES=ON  -DLTO_EXTRA_FLAG="auto"
-          ninja tests VERBOSE=1
+          ninja tests
           ctest --output-on-verbose
       - name: Create the failure Message
         if: ${{ failure() }}