mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
ci: Add allow_failure: true to FreeBSD runner
The FreeBSD runner is not stable yet. See https://gitlab.gnome.org/Infrastructure/GitLab/issues/286. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
parent
419d4e610d
commit
884c4f4eb6
@ -122,6 +122,9 @@ freebsd-11-x86_64:
|
|||||||
- meson -Db_lundef=false -Diconv=gnu -Dxattr=false --buildtype debug _build
|
- meson -Db_lundef=false -Diconv=gnu -Dxattr=false --buildtype debug _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}"
|
||||||
|
# FIXME: Remove this when we have a stable FreeBSD runner
|
||||||
|
# https://gitlab.gnome.org/Infrastructure/GitLab/issues/286
|
||||||
|
allow_failure: true
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user