From 9fe8ef2574318773562417bf23b15889be32e857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 11 Oct 2021 20:21:10 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20run=20=E2=80=9Cyambar=20--version?= =?UTF-8?q?=E2=80=9D=20after=20each=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 294bee2..875213a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -43,6 +43,7 @@ pipeline: - mv meson-logs/coveragereport ../../coverage - ninja coverage-text - tail -2 meson-logs/coverage.txt + - ./yambar --version - cd ../.. # Release @@ -51,6 +52,7 @@ pipeline: - meson --buildtype=minsize ../../ - ninja -k0 - meson test --print-errorlogs + - ./yambar --version - cd ../.. # X11 only @@ -59,6 +61,7 @@ pipeline: - meson --buildtype=debug -Dbackend-x11=enabled -Dbackend-wayland=disabled ../../ - ninja -k0 - meson test --print-errorlogs + - ./yambar --version - cd ../.. # Wayland only @@ -67,6 +70,7 @@ pipeline: - meson --buildtype=debug -Dbackend-x11=disabled -Dbackend-wayland=enabled ../../ - ninja -k0 - meson test --print-errorlogs + - ./yambar --version - cd ../.. x86: @@ -88,6 +92,7 @@ pipeline: - meson --buildtype=debug ../../ - ninja -k0 - meson test --print-errorlogs + - ./yambar --version - cd ../.. # Release @@ -96,6 +101,7 @@ pipeline: - meson --buildtype=minsize ../../ - ninja -k0 - meson test --print-errorlogs + - ./yambar --version - cd ../.. # Plugins as shared modules @@ -104,4 +110,5 @@ pipeline: - meson --buildtype=debug -Dcore-plugins-as-shared-libraries=true ../../ - ninja -k0 - meson test --print-errorlogs + - ./yambar --version - cd ../..