summaryrefslogtreecommitdiffstats
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-12-26 10:31:15 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-01-05 11:48:58 +1100
commitbbf285164df535f0d38c36237f007551bbdae27f (patch)
tree4e5dcfaa3e5831466d005f4fdd2b4f635640dfb0 /.github/workflows/c-cpp.yml
parent03bd4ed0db699687c5cd83405d26f81d2dc28d22 (diff)
Always save config.h as build artifact.
Should allow better comparison between failing and succeeding test platforms.
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 3bd1f6c2..9df10e7c 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