[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:24 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=49860f1
The following commit has been merged in the master branch:
commit 49860f111da5dcb85c6c78d01e1b5aef807f0e83
Author: Robin Mills <robin at clanmills.com>
Date: Tue Mar 29 15:12:32 2016 +0000
#1041 Debugging msvc/test_daily.sh
---
contrib/buildserver/cmake_daily.sh | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh
index df76e27..16a41a8 100755
--- a/contrib/buildserver/cmake_daily.sh
+++ b/contrib/buildserver/cmake_daily.sh
@@ -88,12 +88,12 @@ testBuild()
(
PATH="$msvc:/cygdrive/c/Windows/System32:/cygdrive/c/Program Files/csvn/bin:/cygdrive/c/Program Files (x86)/WANdisco/Subversion/csvn/bin:/cygdrive/c/Program Files/7-zip:/cygdrive/c/Program Files (x86)/cmake/bin"
# cmd.exe /c "cd $build && vcvars $vs $arch && cmakeBuild --rebuild --exiv2=$exiv2 $*"
- #for ARCH in x64 Win32; do
- # for VS in 2005 2008 2010 2012 2013 2015; do
- # cmd.exe /c "cd $build && vcvars $VS $ARCH && cmakeBuild --rebuild --exiv2=$exiv2 --test $*"
- # done
- #done
- cmd.exe /c "cd $build && cmakeBuildAll --rebuild --exiv2=$exiv2 $*"
+ for ARCH in 64 32; do
+ for VS in 2005 2008 2010 2012 2013 2015; do
+ cmd.exe /c "cd $build && vcvars $VS $ARCH && cmakeBuild --rebuild --exiv2=$exiv2$*"
+ done
+ done
+ # cmd.exe /c "cd $build && cmakeBuildAll --rebuild --exiv2=$exiv2 $*"
result=$?
cp $msvc/vcvars.bat $build/dist # required by test_daily.sh
)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list