]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CI: github actions windows: CMakeError.log 10312/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 22 May 2020 15:33:45 +0000 (11:33 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 22 May 2020 19:09:11 +0000 (15:09 -0400)
always export CMakeError.log

.github/workflows/windows.yml

index a9ff071ae38c4a341d0197bd51bc63924078762d..c3265c95f72d9268c7e7f1ef835ea97b2f1cdd79 100644 (file)
@@ -44,3 +44,17 @@ jobs:
       with:
         name: dealii-windows.zip
         path: c:/project/dealii-windows.zip
+    - name: archive error 1
+      uses: actions/upload-artifact@v1
+      if: always()
+      continue-on-error: true
+      with:
+        name: windows-serial-CMakeOutput.log
+        path: build/CMakeFiles/CMakeOutput.log
+    - name: archive error 2
+      uses: actions/upload-artifact@v1
+      if: always()
+      continue-on-error: true
+      with:
+        name: windows-serial-CMakeError.log
+        path: build/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.