]> https://gitweb.dealii.org/ - dealii.git/commitdiff
GitHub CI OSX and Windows: Upload CMakeConfigureLog 16074/head
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 1 Oct 2023 16:46:48 +0000 (12:46 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Sun, 1 Oct 2023 16:47:06 +0000 (12:47 -0400)
.github/workflows/osx.yml
.github/workflows/windows.yml

index e51618c34d1d55cf3e42a2c098d054b5e8f231da..9f5637077d030ae6c2e5fded8341049974160c55 100644 (file)
@@ -46,20 +46,13 @@ jobs:
       run: |
         make VERBOSE=1 -j2
         make -j3 test # quicktests
-    - name: archive error 1
+    - name: upload CMakeCongiureLog
       uses: actions/upload-artifact@v3
       if: always()
       continue-on-error: true
       with:
-        name: osx-serial-CMakeOutput.log
-        path: CMakeFiles/CMakeOutput.log
-    - name: archive error 2
-      uses: actions/upload-artifact@v3
-      if: always()
-      continue-on-error: true
-      with:
-        name: osx-serial-CMakeError.log
-        path: CMakeFiles/CMakeError.log
+        name: osx-serial-CMakeConfigureLog.yaml
+        path: CMakeFiles/CMakeConfigureLog.yaml
 
   osx-parallel64:
     # MPI build using apple clang and 64 bit indices
@@ -97,18 +90,11 @@ jobs:
       run: |
         make VERBOSE=1 -j2
         make -j3 test #quicktests
-    - name: archive error 1
-      uses: actions/upload-artifact@v3
-      if: always()
-      continue-on-error: true
-      with:
-        name: osx-parallel64-CMakeOutput.log
-        path: CMakeFiles/CMakeOutput.log
-    - name: archive error 2
+    - name: upload CMakeConfigureLog
       uses: actions/upload-artifact@v3
       if: always()
       continue-on-error: true
       with:
-        name: osx-parallel64-CMakeError.log
-        path: CMakeFiles/CMakeError.log
+        name: osx-parallel64-CMakeConfigureLog.yaml
+        path: CMakeFiles/CMakeConfigureLog.yaml
 
index 55798659db1c258c1448120367705b2385274d76..0d36040729797811d5b4827d679b395a4cc1a9b1 100644 (file)
@@ -74,17 +74,10 @@ jobs:
       with:
         name: dealii-windows.zip
         path: c:/project/dealii-windows.zip
-    - name: upload CMakeOutput
+    - name: upload CMakeConfigureLog
       uses: actions/upload-artifact@v3
       if: always()
       continue-on-error: true
       with:
-        name: windows-serial-CMakeOutput.log
-        path: build/CMakeFiles/CMakeOutput.log
-    - name: upload CMakeError
-      uses: actions/upload-artifact@v3
-      if: always()
-      continue-on-error: true
-      with:
-        name: windows-serial-CMakeError.log
-        path: build/CMakeFiles/CMakeError.log
+        name: windows-serial-CMakeConfigureLog.yaml
+        path: build/CMakeFiles/CMakeConfigureLog.yaml

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.