Skip to content

Commit 980e5bf

Browse files
committed
....
1 parent dcf5a00 commit 980e5bf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci-main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ jobs:
233233
with:
234234
name: Flatpak-Bundle
235235
path: wesnoth.flatpak
236+
- name: Print config.log
237+
if: success() || failure()
238+
run: cat build/config.log
236239

237240
translations:
238241
runs-on: ubuntu-latest

packaging/flatpak/org.wesnoth.Wesnoth.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
"append-pkg-config-path": "/app/lib/pkgconfig:/app/lib64/pkgconfig"
117117
},
118118
"build-commands":[
119-
"python3 /app/bin/scons -j $FLATPAK_BUILDER_N_JOBS prefix=/app enable_lto=true ccache=true --debug=time install wesnoth wesnothd"
119+
"python3 /app/bin/scons -j $FLATPAK_BUILDER_N_JOBS prefix=/app enable_lto=true ccache=true --debug=time install wesnoth wesnothd",
120+
"cat build/config.log"
120121
],
121122
"sources":[
122123
{

0 commit comments

Comments
 (0)