jenkins_development : build on mingw

v0.27.3
Robin Mills 11 years ago
parent 747b71fb3b
commit 271f22b469

@ -13,7 +13,7 @@
# environment variables (all optional)
# JENKINS : URL of jenkins server. Default http://exiv2.dyndns.org:8080
##
if [ -z "$JENKINS"]; then export JENKINS=http://exiv2.dyndns.org:8080; fi
if [ -z "$JENKINS" ]; then export JENKINS=http://exiv2.dyndns.org:8080; fi
result=0
base=$(basename $0)
tmp=/tmp/$base.tmp

Loading…
Cancel
Save