From 9c8a39b09e41e0575a66b1c1e381df19a8535f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 12 Aug 2024 22:07:00 +0200 Subject: [PATCH] ci: add command `weechat --build-info` --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39a427475..2e737f3d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,9 +100,10 @@ jobs: run: | weechat --help weechat-curses --help + weechat --version + weechat --build-info weechat --colors weechat --license - weechat --version weechat --run-command "/debug dirs;/debug libs" --run-command "/quit" - name: Test Relay OpenAPI @@ -187,9 +188,10 @@ jobs: run: | weechat --help weechat-curses --help + weechat --version + weechat --build-info weechat --colors weechat --license - weechat --version weechat --run-command "/debug dirs;/debug libs" --run-command "/quit" build_debian: @@ -227,6 +229,7 @@ jobs: weechat --help weechat-curses --help weechat --version + weechat --build-info weechat --run-command "/debug dirs;/debug libs" --run-command "/quit" codeql-analysis: