Newer
Older
# SPDX-FileCopyrightText: 2018-2024 Bruce Cowan <bruce@bcowan.me.uk>
image: registry.fedoraproject.org/fedora-minimal:latest
- microdnf -y update
- microdnf -y install gcc meson "pkgconfig(glib-2.0)" "pkgconfig(libxxhash)"
- meson setup builddir
- meson compile -C builddir
- meson test -C builddir --verbose
artifacts:
paths:
- builddir/meson-logs/testlog.txt