summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-12 10:48:10 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-12 10:59:29 +0200
commit6316be089f121fa031290c35f9c171d477706d67 (patch)
tree4a46b1782f1ceb09bc0c40eb775baf2c7861f16a
parentf40409f5a55f156bb88dcdc7f23ac81a1f0bc4d3 (diff)
downloadgnutls-6316be089f121fa031290c35f9c171d477706d67.tar.gz
.gitlab-ci.yml: restrict the freebsd builds to local branches only
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7e680aa26..2f4b42bd11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -264,6 +264,8 @@ MinGW32:
- build/tests/*.log
- build/tests/*/*.log
+# That is a specific runner that we cannot enable universally.
+# We restrict it to builds under the gnutls/gnutls project.
FreeBSD10/x86_64:
image:
before_script:
@@ -273,6 +275,8 @@ FreeBSD10/x86_64:
--disable-guile --disable-doc --disable-valgrind-tests && gmake -j4 && gmake check -j4
tags:
- freebsd
+ only:
+ - branches@gnutls/gnutls
except:
- tags
artifacts: