[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:08 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8d3a80c
The following commit has been merged in the master branch:
commit 8d3a80ca83177c2094fc8b119dea51cd544bce93
Author: Robin Mills <robin at clanmills.com>
Date: Sat Dec 26 09:45:06 2015 +0000
#1109 and #1041 Build with cmakeBuildAll.cmd
---
contrib/buildserver/cmake_daily.sh | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh
index a324877..b4102ed 100755
--- a/contrib/buildserver/cmake_daily.sh
+++ b/contrib/buildserver/cmake_daily.sh
@@ -88,11 +88,12 @@ testBuild()
(
PATH="$msvc:/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:$PATH:/cygdrive/c/Windows/System32"
# 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
+ #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 $*"
result=$?
cp $msvc/vcvars.bat $build/dist # required by test_daily.sh
)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list