Always save config.h as build artifact.

Should allow better comparison between failing and succeeding test
platforms.
This commit is contained in:
Darren Tucker 2021-12-26 10:31:15 +11:00
parent 03bd4ed0db
commit bbf285164d
2 changed files with 10 additions and 0 deletions

View 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

View 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