File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,16 @@ branches:
7
7
- dcmqi
8
8
skip_tags : true
9
9
clone_folder : c:\ITK
10
- install :
11
- - cinst cmake
12
10
configuration :
13
11
- Release
14
12
platform :
15
13
- x64
16
14
before_build :
17
15
- cmd : cmake --version
18
- - ps : $client = new-object System.Net.WebClient;$client.DownloadFile("https://github.com/fedorov /zlib/releases/download/zlib-dcmqi-1.2.3-VS12-Win64-Release/zlib-dcmqi.zip", "C:\zlib-dcmqi.zip")
16
+ - ps : $client = new-object System.Net.WebClient;$client.DownloadFile("https://github.com/qiicr /zlib-dcmqi /releases/download/zlib-dcmqi-1.2.3-VS12-Win64-Release-static /zlib-dcmqi.zip", "C:\zlib-dcmqi.zip")
19
17
- cmd : 7z x C:\zlib-dcmqi.zip -oC:\zlib-install
20
18
- cmd : dir c:\zlib-install
21
- - ps : $client = new-object System.Net.WebClient;$client.DownloadFile("https://github.com/fedorov/DCMTK /releases/download/DCMTK-dcmqi-3.6.1_20160216 -VS12-Win64-Release-v0.0.8 /DCMTK-dcmqi.zip", "C:\DCMTK-dcmqi.zip")
19
+ - ps : $client = new-object System.Net.WebClient;$client.DownloadFile("https://github.com/qiicr/dcmtk-dcmqi /releases/download/DCMTK-dcmqi-3.6.1_20161102 -VS12-Win64-Release-v0.0.11-static /DCMTK-dcmqi.zip", "C:\DCMTK-dcmqi.zip")
22
20
- cmd : 7z x C:\DCMTK-dcmqi.zip -oC:\DCMTK-install
23
21
- cmd : dir c:\DCMTK-install
24
22
- cmd : mkdir c:\ITK\ITK-build
You can’t perform that action at this time.
0 commit comments