#1041 Minor changes to jenkins_daily.sh for Kubuntu and Mac

v0.27.3
Robin Mills 10 years ago
parent f11a374a50
commit bea56d0f2b

@ -22,6 +22,7 @@ if [ "$PLATFORM" == "msvc" ]; then
exe=.exe exe=.exe
bin='' bin=''
else else
PATH="/usr/local/bin:$PATH"
exiv2=$PWD exiv2=$PWD
build=$PWD/build build=$PWD/build
dist=$PWD/build/dist/$PLATFORM dist=$PWD/build/dist/$PLATFORM
@ -79,7 +80,7 @@ if [ -e $dist/$bin/exiv2$exe ]; then
xmpparser-test.sh \ xmpparser-test.sh \
conversions.sh conversions.sh
do do
echo '++' $test '++' ; ./$test echo '++' $test '++' ; ./$test
done done
popd popd
@ -135,6 +136,9 @@ if [ -e $dist/$bin/exiv2$exe ]; then
if [ "$dom" == "1" ]; then cp $b $monly; fi if [ "$dom" == "1" ]; then cp $b $monly; fi
echo '***' build = $b '***' echo '***' build = $b '***'
else
echo '***' jenkins publish directory does not exist ${jpubl} '***"
result=2
fi fi
else else
echo "" echo ""

Loading…
Cancel
Save