#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.
v0.27.3
Robin Mills 10 years ago
parent 272ab3fd1a
commit f11a374a50

@ -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

Loading…
Cancel
Save