]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Merge pull request #14848 from tamiko/print_compiler_invocation
authorMatthias Maier <tamiko@43-1.org>
Tue, 7 Mar 2023 00:01:10 +0000 (00:01 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2023 00:01:10 +0000 (00:01 +0000)
CI: print full compiler command line

1  2 
.github/workflows/linux.yml
.github/workflows/osx.yml

Simple merge
index f2d31aa9b96a0ea08eff74b3f97d63695e6fddc9,a9c0b8ea17a263745d46875a210f0fa70f0fcaba..4e9b75ecb7968e9a4b6021a01a672025999412ff
@@@ -25,12 -25,15 +25,12 @@@ jobs
      - name: configure
        run: |
          cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_EARLY_DEPRECATIONS=ON .
 -    - name: archive
 -      uses: actions/upload-artifact@v3
 -      with:
 -        name: serial-detailed.log
 -        path: detailed.log
 +    - name: print detailed.log
 +      run: cat 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()
      - name: configure
        run: |
          CC=mpicc CXX=mpic++ cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_WITH_64BIT_INDICES=ON -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_EARLY_DEPRECATIONS=ON -D DEAL_II_WITH_MPI=on .
 -    - name: archive
 -      uses: actions/upload-artifact@v3
 -      with:
 -        name: parallel-detailed.log
 -        path: detailed.log
 +    - name: print detailed.log
 +      run: cat 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.