#1041 Fixes to jenkins_daily.sh for macosx and linux. Disabled cygwin on Jenkins to avoid the Windows10/cygwin/fork crash.

v0.27.3
Robin Mills 10 years ago
parent b12aca62cd
commit 272ab3fd1a

@ -51,7 +51,7 @@ if [ "$PLATFORM" == "msvc" ]; then
) )
else else
pushd $build pushd $build
cmake -DCMAKE_INSTALL_PREFIX=$dist $exiv2 cmake -DCMAKE_INSTALL_PREFIX=$dist -DEXIV2_ENABLE_NLS=OFF $exiv2
make make
cmake --build . --target install cmake --build . --target install
popd popd
@ -91,7 +91,7 @@ if [ -e $dist/$bin/exiv2$exe ]; then
## ##
# store the build for users to collect # store the build for users to collect
mmHD="" mmHD=""
if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/mmHD ; fi if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/Host ; fi
if [ $PLATFORM == "msvc" -o $PLATFORM == 'cygwin' ]; then if [ $PLATFORM == "msvc" -o $PLATFORM == 'cygwin' ]; then
mmHD="/cygdrive/z" mmHD="/cygdrive/z"
fi fi

Loading…
Cancel
Save