summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-12-26 00:31:15 +0100
committerDarren Tucker <dtucker@dtucker.net>2022-01-05 01:48:58 +0100
commitbbf285164df535f0d38c36237f007551bbdae27f (patch)
tree4e5dcfaa3e5831466d005f4fdd2b4f635640dfb0 /.github
parentAdd OpenBSD 7.0 target. Retire 6.8. (diff)
downloadopenssh-bbf285164df535f0d38c36237f007551bbdae27f.tar.xz
openssh-bbf285164df535f0d38c36237f007551bbdae27f.zip
Always save config.h as build artifact.
Should allow better comparison between failing and succeeding test platforms.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-cpp.yml5
-rw-r--r--.github/workflows/selfhosted.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 3bd1f6c20..9df10e7cc 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 95c11690a..7a2e4b789 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -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