]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Print detailed.log instead of archiving it 14847/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 6 Mar 2023 17:03:40 +0000 (12:03 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 6 Mar 2023 18:18:07 +0000 (13:18 -0500)
.github/workflows/linux.yml
.github/workflows/osx.yml
.github/workflows/windows.yml

index 3cec3fd54a0a9a82f7e3d93c8f2d1b82d2376101..4a73b63be77c5bb462589d32b3dd805051b94d96 100644 (file)
@@ -49,11 +49,8 @@ jobs:
               -D DEAL_II_EARLY_DEPRECATIONS=ON \
               -DDEAL_II_COMPONENT_PYTHON_BINDINGS=ON \
               ..
-    - name: archive detailed.log
-      uses: actions/upload-artifact@v3
-      with:
-        name: linux-serial-detailed.log
-        path: build/detailed.log
+    - name: print detailed.log
+      run: cat build/detailed.log
     - name: build
       run: |
         cd build
@@ -104,11 +101,8 @@ jobs:
               -D DEAL_II_WITH_HDF5="ON" \
               -D DEAL_II_COMPONENT_EXAMPLES="OFF" \
               ..
-    - name: archive detailed.log
-      uses: actions/upload-artifact@v3
-      with:
-        name: linux-simplex-detailed.log
-        path: build/detailed.log
+    - name: print detailed.log
+      run: cat build/detailed.log
     - name: build
       run: |
         cd build
@@ -199,11 +193,8 @@ jobs:
               -D DEAL_II_WITH_P4EST="ON" \
               -D DEAL_II_COMPONENT_EXAMPLES="ON" \
               ..
-    - name: archive detailed.log
-      uses: actions/upload-artifact@v3
-      with:
-        name: linux-cuda-detailed.log
-        path: build/detailed.log
+    - name: print detailed.log
+      run: cat build/detailed.log
     - name: build deal.II
       run: |
         cd build
@@ -278,11 +269,8 @@ jobs:
               -D LAPACK_DIR=${MKLROOT} \
               -D TBB_DIR=${TBBROOT} \
               ..
-    - name: archive detailed.log
-      uses: actions/upload-artifact@v3
-      with:
-        name: linux-intel-detailed.log
-        path: build/detailed.log
+    - name: print detailed.log
+      run: cat build/detailed.log
     - name: build
       run: |
         source /opt/intel/oneapi/setvars.sh
index c8b3e008925aee8c79bb0248570b840cc03f78e1..f2d31aa9b96a0ea08eff74b3f97d63695e6fddc9 100644 (file)
@@ -25,11 +25,8 @@ 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
@@ -71,11 +68,8 @@ jobs:
     - 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
index 0a3128bad702b32da4c75559bc47cc838ffb3e2e..08c5dba954f09d350174cb407f51dab66d0b3996 100644 (file)
@@ -33,11 +33,8 @@ jobs:
         mkdir c:/project
         cd build
         cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=c:/project -DDEAL_II_WITH_ZLIB=off -DDEAL_II_CXX_FLAGS="-WX /D FE_EVAL_FACTORY_DEGREE_MAX=2" -T host=x64 -A x64 ..
-    - name: archive logs
-      uses: actions/upload-artifact@v3
-      with:
-        name: windows-serial-detailed.log
-        path: build/detailed.log
+    - name: print detailed.log
+      run: type build/detailed.log
     - name: build library
       shell: bash
       run: |

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.