mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-20 02:42:09 +03:00
ci/GHA: dump config.log on failure for macOS autotools jobs (#1375)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -561,7 +561,8 @@ jobs:
|
|||||||
mkdir bld && cd bld && ../configure --enable-werror --enable-debug \
|
mkdir bld && cd bld && ../configure --enable-werror --enable-debug \
|
||||||
--with-libz ${{ matrix.crypto.configure }} \
|
--with-libz ${{ matrix.crypto.configure }} \
|
||||||
--disable-docker-tests \
|
--disable-docker-tests \
|
||||||
--disable-sshd-tests
|
--disable-sshd-tests \
|
||||||
|
|| { tail -n 1000 config.log; false; }
|
||||||
|
|
||||||
- name: 'autotools build'
|
- name: 'autotools build'
|
||||||
if: ${{ matrix.build == 'autotools' }}
|
if: ${{ matrix.build == 'autotools' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user