1 parent dcf5a00 commit 980e5bfCopy full SHA for 980e5bf
2 files changed
.github/workflows/ci-main.yml
@@ -233,6 +233,9 @@ jobs:
233
with:
234
name: Flatpak-Bundle
235
path: wesnoth.flatpak
236
+ - name: Print config.log
237
+ if: success() || failure()
238
+ run: cat build/config.log
239
240
translations:
241
runs-on: ubuntu-latest
packaging/flatpak/org.wesnoth.Wesnoth.json
@@ -116,7 +116,8 @@
116
"append-pkg-config-path": "/app/lib/pkgconfig:/app/lib64/pkgconfig"
117
},
118
"build-commands":[
119
- "python3 /app/bin/scons -j $FLATPAK_BUILDER_N_JOBS prefix=/app enable_lto=true ccache=true --debug=time install wesnoth wesnothd"
+ "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"
121
],
122
"sources":[
123
{
0 commit comments