mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: make the smoke test start foot
This commit is contained in:
parent
b0fb81c77b
commit
665b39259a
2 changed files with 9 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
pacman -Syu --noconfirm
|
||||
pacman -S --noconfirm git meson clang wlroots libdrm libinput \
|
||||
wayland-protocols cairo pango libxml2 xorg-xwayland librsvg \
|
||||
libdisplay-info gdb ttf-dejavu
|
||||
libdisplay-info gdb ttf-dejavu foot
|
||||
|
||||
- name: Install Debian Testing dependencies
|
||||
if: matrix.name == 'Debian'
|
||||
|
|
@ -107,7 +107,7 @@ jobs:
|
|||
xbps-install -y git meson gcc clang pkg-config scdoc \
|
||||
cairo-devel glib-devel libpng-devel librsvg-devel libxml2-devel \
|
||||
pango-devel wlroots0.18-devel gdb bash xorg-server-xwayland \
|
||||
dejavu-fonts-ttf libsfdo-devel
|
||||
dejavu-fonts-ttf libsfdo-devel foot
|
||||
|
||||
# These build are executed on all runners
|
||||
- name: Build with gcc
|
||||
|
|
@ -235,5 +235,5 @@ jobs:
|
|||
export CC=gcc
|
||||
meson setup build-gcc-gdb -Dxwayland=enabled --werror
|
||||
meson compile -C build-gcc-gdb
|
||||
LABWC_RUNS=20 scripts/ci/smoke-test.sh build-gcc-gdb
|
||||
LABWC_RUNS=2 scripts/ci/smoke-test.sh build-gcc-gdb
|
||||
' | $TARGET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue