]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Always save config.h as build artifact.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 25 Dec 2021 23:31:15 +0000 (10:31 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 5 Jan 2022 00:48:58 +0000 (11:48 +1100)
Should allow better comparison between failing and succeeding test
platforms.

.github/workflows/c-cpp.yml
.github/workflows/selfhosted.yml

index 3bd1f6c20a76a38b8dbf419a8098aaf480737e19..9df10e7ccdd84193c722a985fb219214e75c6336 100644 (file)
@@ -75,6 +75,11 @@ jobs:
       run: autoreconf
     - name: configure
       run: ./.github/configure.sh ${{ matrix.configs }}
+    - name: save config
+      uses: actions/upload-artifact@v2
+      with:
+        name: ${{ matrix.os }}-${{ matrix.configs }}-config
+        path: config.h
     - name: make clean
       run: make clean
     - name: make
index 95c11690a03407afe6de6d6c8321baf39161b7fc..7a2e4b7896d7c7b11758821681d7408712b7eaf4 100644 (file)
@@ -74,6 +74,11 @@ jobs:
       run: vmstartup
     - name: configure
       run: vmrun ./.github/configure.sh ${{ matrix.configs }}
+    - name: save config
+      uses: actions/upload-artifact@v2
+      with:
+        name: ${{ matrix.os }}-${{ matrix.configs }}-config
+        path: config.h
     - name: make clean
       run: vmrun make clean
     - name: make