mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-25 02:44:56 +03:00
update jenkins build script for use with beos
This commit is contained in:
parent
b99ba0998b
commit
a8f83d729c
@ -72,6 +72,23 @@ case ${TARGET} in
|
|||||||
PKG_SFX=.zip
|
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")
|
"windows")
|
||||||
case ${label} in
|
case ${label} in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user