From cd47f8d8de72f0fe40a50aa8a6cae210622a8ef9 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 28 May 2018 13:58:06 -0400 Subject: [PATCH] Revert "Add macosx CI" Disable macosx CI until we get proper hosting, the test machine we had is too old and slow. This reverts commit 042b057e4d0a1e9c1b4611f12d2f53bd95e15a14. --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79109cc03..cfabdcd62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,17 +56,6 @@ fedora-meson-mingw64: paths: - "${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: stage: build tags: