File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 export LSAN_OPTIONS="suppressions=$GITHUB_WORKSPACE/tests/lsan.supp"
8686 timeout --signal=KILL -v ${TESTS_TIMEOUT}m meson test -C ${BUILDDIR} --verbose --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER}
8787
88- - name : Upload test logs
89- # 7.0.0
90- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
91- if : failure() || cancelled()
92- with :
93- name : test logs
94- path : |
95- builddir/meson-logs/testlog.txt
96- installed-test-logs/
97-
9888 - name : Create dist tarball
9989 run : |
10090 meson setup --wrap-mode nodownload --reconfigure ${CONFIG_OPTS} ${BUILDDIR}_dist .
@@ -105,3 +95,14 @@ jobs:
10595
10696 - name : Build flatpak-builder with Meson wraps
10797 run : meson compile -C ${BUILDDIR}_wrap
98+
99+ - name : Upload test logs
100+ # 7.0.0
101+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
102+ if : failure() || cancelled()
103+ with :
104+ name : test logs
105+ path : |
106+ builddir/meson-logs/testlog.txt
107+ installed-test-logs/
108+ builddir_dist/meson-private/dist-build/meson-logs/testlog.txt
You can’t perform that action at this time.
0 commit comments