mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
Merge branch 'macosx-ci' into 'master'
Add macosx CI Closes #1389 See merge request GNOME/glib!19
This commit is contained in:
commit
fbcf7f7088
@ -56,6 +56,17 @@ fedora-meson-mingw64:
|
|||||||
paths:
|
paths:
|
||||||
- "${CI_PROJECT_DIR}/_build/meson-logs"
|
- "${CI_PROJECT_DIR}/_build/meson-logs"
|
||||||
|
|
||||||
|
macosx-10.13-meson-x86_64:
|
||||||
|
stage: build
|
||||||
|
tags:
|
||||||
|
- macosx-10.13
|
||||||
|
script:
|
||||||
|
# FIXME: Add --werror
|
||||||
|
- meson --buildtype debug -Diconv=native _build
|
||||||
|
- ninja -C _build
|
||||||
|
# FIXME: Multiple unit tests currently fails
|
||||||
|
- meson test -C _build --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER} || true
|
||||||
|
|
||||||
msys2-mingw32:
|
msys2-mingw32:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user