]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CI: print full compiler command line 14848/head
authorMatthias Maier <tamiko@43-1.org>
Mon, 6 Mar 2023 20:59:44 +0000 (14:59 -0600)
committerMatthias Maier <tamiko@43-1.org>
Mon, 6 Mar 2023 20:59:44 +0000 (14:59 -0600)
This commit changes the build command to "make VERBOSE=1 -j2" which will
print the full compile command. While this makes the output larger it is
nevertheless very useful for understanding what final command line was
used for compilation and linkage.

.github/workflows/linux.yml
.github/workflows/osx.yml

index 3cec3fd54a0a9a82f7e3d93c8f2d1b82d2376101..ab8da655b0f8257a7efd07b75d5b2c88323cb54e 100644 (file)
@@ -57,7 +57,7 @@ jobs:
     - name: build
       run: |
         cd build
-        make -j 2
+        make VERBOSE=1 -j2
     - name: quicktest
       run: |
         cd build
@@ -112,7 +112,7 @@ jobs:
     - name: build
       run: |
         cd build
-        make -j 2
+        make VERBOSE=1 -j2
     - name: test
       run: |
         # Remove warning: "A high-performance Open MPI point-to-point
@@ -121,8 +121,8 @@ jobs:
         export OMPI_MCA_btl_base_warn_component_unused='0'
 
         cd build
-        make -j 2 setup_tests_simplex
-        ctest --output-on-failure -j 2
+        make -j2 setup_tests_simplex
+        ctest --output-on-failure -j2
     - name: failed test log
       if: ${{ failure() }}
       uses: actions/upload-artifact@v3
@@ -207,11 +207,11 @@ jobs:
     - name: build deal.II
       run: |
         cd build
-        make -j 2
+        make VERBOSE=1 -j2
     - name: build CUDA tests
       run: |
         cd build
-        make -j 2 setup_tests_cuda
+        make -j2 setup_tests_cuda
         cd tests/cuda
         make -j2 compile_test_executables
 
@@ -287,7 +287,7 @@ jobs:
       run: |
         source /opt/intel/oneapi/setvars.sh
         cd build
-        make -j 2
+        make VERBOSE=1 -j2
     - name: quicktest
       run: |
         source /opt/intel/oneapi/setvars.sh
index c8b3e008925aee8c79bb0248570b840cc03f78e1..a9c0b8ea17a263745d46875a210f0fa70f0fcaba 100644 (file)
@@ -32,8 +32,8 @@ jobs:
         path: detailed.log
     - name: build
       run: |
-        make -j 2
-        make -j 2 test # quicktests
+        make VERBOSE=1 -j2
+        make -j2 test # quicktests
     - name: archive error 1
       uses: actions/upload-artifact@v3
       if: always()
@@ -78,8 +78,8 @@ jobs:
         path: detailed.log
     - name: build
       run: |
-        make -j 2
-        make -j 2 test #quicktests
+        make VERBOSE=1 -j2
+        make -j2 test #quicktests
     - name: archive error 1
       uses: actions/upload-artifact@v3
       if: always()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.