fix universal CI build script for Unix
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16360 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
6437506bfe
commit
2b809f3d7d
|
@ -81,8 +81,12 @@ case "$arch" in
|
|||
bsd)
|
||||
make=gmake
|
||||
;;
|
||||
macos) ;;
|
||||
linux) ;;
|
||||
macos)
|
||||
workdir=.
|
||||
;;
|
||||
linux)
|
||||
workdir=.
|
||||
;;
|
||||
cygwin)
|
||||
workdir="$HOME/jenkins-workspace/$branch"
|
||||
docheckout=true
|
||||
|
@ -117,6 +121,7 @@ esac
|
|||
#########################################################################
|
||||
# Go to the right directory
|
||||
|
||||
pwd
|
||||
cd "$workdir"
|
||||
|
||||
#########################################################################
|
||||
|
|
Loading…
Reference in New Issue