mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-16 15:10:23 +02:00
Merge branch 'fam-ci' into 'master'
Fam ci See merge request GNOME/glib!78
This commit is contained in:
@@ -19,7 +19,7 @@ fedora-meson-x86_64:
|
|||||||
variables:
|
variables:
|
||||||
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
|
CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
|
||||||
script:
|
script:
|
||||||
- meson --buildtype debug --werror -Dsystemtap=true -Ddtrace=true _build .
|
- meson --buildtype debug --werror -Dsystemtap=true -Ddtrace=true -Dfam=true _build .
|
||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
- meson test -C _build --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER}
|
- meson test -C _build --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER}
|
||||||
- mkdir -p _coverage
|
- mkdir -p _coverage
|
||||||
|
@@ -4,6 +4,7 @@ RUN dnf -y install \
|
|||||||
desktop-file-utils \
|
desktop-file-utils \
|
||||||
elfutils-libelf-devel \
|
elfutils-libelf-devel \
|
||||||
findutils \
|
findutils \
|
||||||
|
gamin-devel \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
gettext \
|
gettext \
|
||||||
@@ -18,21 +19,21 @@ RUN dnf -y install \
|
|||||||
libmount-devel \
|
libmount-devel \
|
||||||
libselinux-devel \
|
libselinux-devel \
|
||||||
libxslt \
|
libxslt \
|
||||||
|
make \
|
||||||
|
mingw64-gcc \
|
||||||
|
mingw64-gcc-c++ \
|
||||||
|
mingw64-gettext \
|
||||||
|
mingw64-libffi \
|
||||||
|
mingw64-zlib \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
pcre-devel \
|
pcre-devel \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
systemtap-sdt-devel \
|
systemtap-sdt-devel \
|
||||||
zlib-devel \
|
|
||||||
wget \
|
|
||||||
unzip \
|
unzip \
|
||||||
make \
|
wget \
|
||||||
mingw64-gcc \
|
zlib-devel \
|
||||||
mingw64-gcc-c++ \
|
|
||||||
mingw64-gettext \
|
|
||||||
mingw64-zlib \
|
|
||||||
mingw64-libffi \
|
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
RUN pip3 install meson
|
RUN pip3 install meson
|
||||||
|
Reference in New Issue
Block a user