Skip to content

Commit

Permalink
CI: use meson's --print-errorlogs option
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Marques <[email protected]>
  • Loading branch information
Marukesu committed Jul 24, 2023
1 parent 876d69b commit 02a34fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
apt install -y desktop-file-utils gettext libgranite-dev libgtk-3-dev libhandy-1-dev libvte-2.91-dev libxml2-utils meson valac xvfb
- name: Build
run: |
meson build
ninja -C build
ninja -C build test
ninja -C build install
meson setup build
meson compile -C build
meson test -C build --print-errorlogs
meson install -C build
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 02a34fe

Please sign in to comment.