From 1eb49059aba72345a05336c0f669896a0351d648 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 2 May 2014 11:03:43 +0100 Subject: add OpenBSD to jenkins build script --- utils/jenkins-build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh index 9e6f0d273..084069f31 100755 --- a/utils/jenkins-build.sh +++ b/utils/jenkins-build.sh @@ -167,8 +167,12 @@ case ${TARGET} in ARTIFACT_TARGET=Linux ;; + "amd64-unknown-openbsd5.4") + ARTIFACT_TARGET=OpenBSD + ;; + *) - echo "Target \"${TARGET}\" cannot be built on \"${label})\"" + echo "Target \"${TARGET}\" cannot be built on \"${label}\"" exit 1 ;; -- cgit v1.2.3