update jenkins build script for use with beos

This commit is contained in:
Vincent Sanders 2014-09-05 00:49:30 +01:00
parent b99ba0998b
commit a8f83d729c
1 changed files with 17 additions and 0 deletions

View File

@ -72,6 +72,23 @@ case ${TARGET} in
PKG_SFX=.zip
;;
"beos")
case ${label} in
"i586-pc-haiku")
ARTIFACT_TARGET=Haiku
;;
*)
echo "Target \"${TARGET}\" cannot be built on \"${label})\""
exit 1
;;
esac
PKG_SRC=Netsurf
PKG_SFX=
;;
"windows")
case ${label} in