]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Github actions: make error logs available
authorMatthias Maier <tamiko@43-1.org>
Wed, 16 Dec 2020 23:52:30 +0000 (17:52 -0600)
committerMatthias Maier <tamiko@43-1.org>
Thu, 17 Dec 2020 02:29:14 +0000 (20:29 -0600)
.github/workflows/osx.yml

index 091d544d37200276bcc8671c05d18916c2f5b9a0..389602a33cb81ccbb33c94b5aed3accc2b0a01c5 100644 (file)
@@ -30,6 +30,20 @@ jobs:
       run: |
         make -j 2
         make -j 2 test # quicktests
+    - name: archive error 1
+      uses: actions/upload-artifact@v1
+      if: always()
+      continue-on-error: true
+      with:
+        name: osx-serial-CMakeOutput.log
+        path: CMakeFiles/CMakeOutput.log
+    - name: archive error 2
+      uses: actions/upload-artifact@v1
+      if: always()
+      continue-on-error: true
+      with:
+        name: osx-serial-CMakeError.log
+        path: CMakeFiles/CMakeError.log
 
   osx-parallel64:
     # MPI build using apple clang and 64 bit indices
@@ -64,4 +78,18 @@ jobs:
       run: |
         make -j 2
         make -j 2 test #quicktests
+    - name: archive error 1
+      uses: actions/upload-artifact@v1
+      if: always()
+      continue-on-error: true
+      with:
+        name: osx-parallel64-CMakeOutput.log
+        path: CMakeFiles/CMakeOutput.log
+    - name: archive error 2
+      uses: actions/upload-artifact@v1
+      if: always()
+      continue-on-error: true
+      with:
+        name: osx-parallel64-CMakeError.log
+        path: CMakeFiles/CMakeError.log
 

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.