Skip to content

Commit

Permalink
ci dump config.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed Aug 19, 2024
1 parent ba89c02 commit d466992
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,11 @@ jobs:
export AUTOMAKE_VERSION=$(echo ${automake_version_full} |
LC_ALL=C sed 's/^\([0-9]*\.[0-9]*\).*$/\1/')
./autogen.sh
./configure --enable-unicode --enable-werror
./configure --enable-unicode --enable-werror || :
echo find /usr/lib/pkgconfig
find "/usr/lib/pkgconfig" -name '*.pc' || :
echo config.log
cat config.log
gmake -k
build-solaris-latest-gcc:
Expand All @@ -319,8 +323,11 @@ jobs:
run: |
set -e
./autogen.sh
./configure --enable-unicode --enable-werror
gmake -k
./configure --enable-unicode --enable-werror || :
echo find /usr/lib/pkgconfig
find "/usr/lib/pkgconfig" -name '*.pc' || :
echo config.log
cat config.log
lint-whitespace:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d466992

Please sign in to comment.