I see that to build windows CI ITK uses this docker image: https://hub.docker.com/r/insighttoolkit/vs2017/
Where can I find the associated Dockerfile? Thanks!
I see that to build windows CI ITK uses this docker image: https://hub.docker.com/r/insighttoolkit/vs2017/
Where can I find the associated Dockerfile? Thanks!
I think here: https://github.com/InsightSoftwareConsortium/ITKContinuousIntegration/blob/master/BuildRobot/VS2017/Dockerfile.vs2017
Thanks @dzenanz, then vs2017 is not what I am looking for. Where can I see the scripts used by the robots for building ITK in windows for example: https://dev.azure.com/itkrobotwindowpython/ITK.Windows.Python ?
Maybe here:
The CI scripts for our GitHub builds are here:
As @dzenanz notes, they use the azure_dashboard.cmake
and itk_common.cmake
CTest scripts in the ITK
repository dashboard
branch.
These are running the Microsoft-hosted agents with the vs2017-win2016
vmImage.