File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11trap { Write-Error $_ ; Exit 1 }
22
3- set-alias sz " $env: ProgramFiles \7-Zip\7z.exe"
3+ set-alias sz " $env: ProgramFiles \7-Zip\7z.exe"
44iex ((new-object net.webclient).DownloadString(' https://raw.githubusercontent.com/scikit-build/scikit-ci-addons/master/windows/install-python.ps1' ))
5- Invoke-WebRequest - Uri " https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/v5.0a01/ITKPythonBuilds-windows.zip" - OutFile " ITKPythonBuilds-windows.zip"
5+ if (-not (Test-Path env:ITK_PACKAGE_VERSION)) { $env: ITK_PACKAGE_VERSION = ' v5.0a01' }
6+ Invoke-WebRequest - Uri " https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/$env: ITK_PACKAGE_VERSION /ITKPythonBuilds-windows.zip" - OutFile " ITKPythonBuilds-windows.zip"
67sz x ITKPythonBuilds- windows.zip - oC:\P - aoa - r
78Invoke-WebRequest - Uri " http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.windows.bin.zip" - OutFile " doxygen-1.8.11.windows.bin.zip"
89sz x doxygen- 1.8 .11. windows.bin.zip - oC:\P\doxygen - aoa - r
You can’t perform that action at this time.
0 commit comments