From 1c1b2bd101129aa575cb239f22975953a9c244d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 11 Oct 2021 20:16:25 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20run=20=E2=80=9Cfoot=20--version=E2=80=9D?= =?UTF-8?q?=20and=20=E2=80=9Cfootclient=20--version=E2=80=9D=20after=20eac?= =?UTF-8?q?h=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 50c5b14d..20d74eaf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -37,6 +37,8 @@ pipeline: - meson --buildtype=debug -Dgrapheme-clustering=enabled -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true ../.. - ninja -v -k0 - ninja -v test + - ./foot --version + - ./footclient --version - cd ../.. # Release @@ -45,6 +47,8 @@ pipeline: - meson --buildtype=release -Dgrapheme-clustering=enabled -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true ../.. - ninja -v -k0 - ninja -v test + - ./foot --version + - ./footclient --version - cd ../.. # no grapheme clustering @@ -54,6 +58,8 @@ pipeline: - meson --buildtype=debug -Dgrapheme-clustering=disabled -Dfcft:text-shaping=disabled -Dfcft:test-text-shaping=false ../.. - ninja -v -k0 - ninja -v test + - ./foot --version + - ./footclient --version - cd ../.. x86: @@ -75,6 +81,8 @@ pipeline: - meson --buildtype=debug -Dgrapheme-clustering=enabled -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true ../.. - ninja -v -k0 - ninja -v test + - ./foot --version + - ./footclient --version - cd ../.. # Release @@ -83,4 +91,6 @@ pipeline: - meson --buildtype=release -Dgrapheme-clustering=enabled -Dfcft:text-shaping=enabled -Dfcft:test-text-shaping=true ../.. - ninja -v -k0 - ninja -v test + - ./foot --version + - ./footclient --version - cd ../..