summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2018-09-29 01:01:12 +0800
committerTing-Wei Lan <lantw@src.gnome.org>2018-09-29 01:05:39 +0800
commitbfc362cb68cc496a17d7edd0388ac7ade4afc808 (patch)
tree31dbaf466793119705e81294813e730323761975
parent6e0a03ee07db7df41ff061441ebdae1ff3ba71c4 (diff)
downloadglib-bfc362cb68cc496a17d7edd0388ac7ade4afc808.tar.gz
ci: Enable FreeBSD CI
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 352ebce70..9dd25b76b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -128,7 +128,6 @@ vs2017-x64:
- _build/meson-logs
freebsd-11-x86_64:
- when: manual
stage: build
tags:
# To run a FreeBSD builder, install gitlab-runner package and start both
@@ -154,15 +153,14 @@ freebsd-11-x86_64:
- meson ${MESON_COMMON_OPTIONS} -Db_lundef=false -Diconv=gnu -Dxattr=false _build
- ninja -C _build
- 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:
- tags
artifacts:
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when: always
paths:
+ - "_build/config.h"
+ - "_build/glib/glibconfig.h"
- "_build/meson-logs"
coverage: