mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Merge branch 'main' into tiny-cleanup.wif
This commit is contained in:
commit
ca634d3e65
8
.github/workflows/run_tests_win_cygwin.yml
vendored
8
.github/workflows/run_tests_win_cygwin.yml
vendored
@ -87,6 +87,14 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
make check -j$(nproc) SHELL=/bin/dash
|
||||
|
||||
- name: Upload autoconf test results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cygwin-autotools-test-logs
|
||||
path: |
|
||||
*/*.log
|
||||
*/*.trs
|
||||
|
||||
build-and-test-cmake:
|
||||
name: Cygwin-based CMake tests
|
||||
|
3
.github/workflows/run_tests_win_mingw.yml
vendored
3
.github/workflows/run_tests_win_mingw.yml
vendored
@ -70,8 +70,7 @@ jobs:
|
||||
if: ${{ success() }}
|
||||
id: tests
|
||||
|
||||
- name: Upload test failures
|
||||
if: ${{ failure() && steps.tests.conclusion == 'failure' }}
|
||||
- name: Upload autoconf test results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: mingw-autotools-test-logs-${{ matrix.msystem }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user