#1041. Build server is working fine from command-line on Linux/Mac/Cygwin/msvc (MinGW not tackled yet).

Cygwin/msvc have been crashing in Jenkins due to cygwin fork issue.  I've totally reinstalled cygwin on the buildserver.  If this doesn't fix it, I think a cron-job on the build-server can run jenkins_daily over ssh on windows.  Almost there.  Very pleased with progress.
This commit is contained in:
Robin Mills 2015-12-11 13:00:38 +00:00
parent 272ab3fd1a
commit f11a374a50

View File

@ -92,8 +92,8 @@ if [ -e $dist/$bin/exiv2$exe ]; then
# store the build for users to collect
mmHD=""
if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/Host ; fi
if [ $PLATFORM == "msvc" -o $PLATFORM == 'cygwin' ]; then
mmHD="/cygdrive/z"
if [ "$PLATFORM" == "msvc" -o "$PLATFORM" == "cygwin" ]; then
mmHD="//psf/Host/"
fi
jpubl=$mmHD/Users/Shared/Jenkins/Home/userContent/builds