[Pkg-owncloud-commits] [owncloud-client] 26/84: [2.2] Jenkinsfile: Add win32 build (#5091) (#5115)

Sandro Knauß hefee at moszumanska.debian.org
Fri Oct 21 22:51:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch master
in repository owncloud-client.

commit a46a69f250e618f1a0c13ee86cbcd821853f7b18
Author: Thomas Müller <DeepDiver1975 at users.noreply.github.com>
Date:   Tue Aug 9 16:20:32 2016 +0200

    [2.2] Jenkinsfile: Add win32 build (#5091) (#5115)
---
 Jenkinsfile | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 51d6100..4809b44 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,6 +38,21 @@ node('CLIENT') {
 		ctest --output-on-failure'''
 
 
+    stage 'Win32'
+	def win32 = docker.image('deepdiver/docker-owncloud-client-win32:latest')
+	win32.pull() // make sure we have the latest available from Docker Hub
+	win32.inside {
+		sh '''
+		rm -rf build-win32
+		mkdir build-win32
+		cd build-win32
+		../admin/win/download_runtimes.sh
+		cmake .. -DCMAKE_TOOLCHAIN_FILE=../admin/win/Toolchain-mingw32-openSUSE.cmake -DWITH_CRASHREPORTER=ON
+		make -j4
+		make package
+		ctest .
+		'''
+	}
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list