Skip to content

Commit c8778b6

Browse files
committed
Print meson logs in CI
1 parent 363f704 commit c8778b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,13 @@ jobs:
167167
--workdir $(pwd) \
168168
${{ env.BUILD_IMAGE }} /bin/sh
169169
170-
# Testing
170+
- name: Print logs
171+
if: (success() || failure())
172+
run: |
173+
cat builddir/meson-logs/meson-log.txt
174+
shell: /usr/bin/sh .github/workflows/docker-exec-script.sh BUILD . {0}
171175

176+
# Testing
172177
- name: Test all files (sage -t --long ${{ matrix.tests }})
173178
if: (success() || failure()) && steps.container.outcome == 'success'
174179
run: |

0 commit comments

Comments
 (0)