<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
<div class="WordSection1">
<p class="MsoNormal"><span lang="HU">Currently, Slicer does not use AppVeyor for continuous integration on Windows. Also, the full test suite of Slicer takes several hours to run, so CircleCI only checks for build errors.</span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Andras</p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:pablo.hernandez.cerdan@outlook.com">Pablo Hernández</a><br>
<b>Sent: </b>Sunday, July 30, 2017 6:58<br>
<b>To: </b><a href="mailto:insight-users@itk.org">Insight-users</a><br>
<b>Subject: </b>[ITK] [ITK-users] Recommended approach for cross-platform deploying ITK+Vtk+Qt5</p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<div dir="ltr">Hi,
<div>I wonder what is the recommended approach for deploying a cross-platform application involving ITK+Vtk+Qt nowadays with all the available tools: docker containers, travis-ci, appveyor, circle-ci etc.<br>
<br>
Is it still recommended to create a SuperBuild with all your dependencies as ExternalProjects in CMake? How do you reduce the time it takes to build?<br>
The build time for all my dependencies (Vtk (with qt5), ITK, boost) plus my small app is surpassing the 60min limit in both, AppVeyor and Travis-CI. To alleviate this, do you use docker?.<br>
<br>
My main concern is Windows, I have seen that @thewtex and @jcfr have a repo with closs-platform buildings (
<a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdockcross%2Fdockcross&data=02%7C01%7Classo%40queensu.ca%7Cd78814b1f1c44e2a656708d4d739f46e%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636370091291392316&sdata=JZ6ktuq1nz1216%2BoSl79nhNriJRXTZUtKJdvuiBDVOQ%3D&reserved=0">
https://github.com/dockcross/dockcross</a> ), there is a Windows64 there with Mingw that might help. I have no idea if I can generate windows binaries from AppVeyor using docker, or instead, I generate them using that docker image with Wine+MinGw in Travis-CI.</div>
<div><br>
Instead of CPack from CMake I have been thinking to use windowsqtdeploy, linuxqtdeploy from Qt...<br>
 <br>
I have been looking to Slicer source code to see how they are doing it, and it seems super structured, but not 100% sure how they generate their nightly packages ( I guess it involves these docker images:
<a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fthewtex%2FSlicerDocker&data=02%7C01%7Classo%40queensu.ca%7Cd78814b1f1c44e2a656708d4d739f46e%7Cd61ecb3b38b142d582c4efb2838b925c%7C1%7C0%7C636370091291392316&sdata=8J%2FnkzEr2y5k5i8O%2FrwntLbYY0biI2PjT0eCJHLUi3E%3D&reserved=0">
https://github.com/thewtex/SlicerDocker</a>, but also in Windows?)<br>
<br>
Maybe this is the not best forum to ask, but if you have any recommendations for deploying a small GUI app based on ITK, I will be extremely grateful to hear them. Thanks!<br>
<br>
Cheers,<br>
Pablo</div>
</div>
</div>
</body>
</html>