File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ set(linux64_binary_sha512 "a3c929ebd652fd159709826e154d566235fb12903dac04070854e
11
11
set (macosx_binary_url "https://data.kitware.com/api/v1/file/5ee7eb5c9014a6d84ec1f240/download" )
12
12
set (macosx_binary_sha512 "0ba8deff17b3a8f5a2cd22939ff83a864629201d8b881e44d7ed01d0fd2aa578338e3319e402c226b3648a6027a4538e8c4cd066d6fe2c49eb1a4471e803b827" )
13
13
14
- set (win32_binary_url "NA" ) # Windows 32-bit binaries not available
15
- set (win32_binary_sha512 "NA" )
16
-
17
14
set (win64_binary_url "https://data.kitware.com/api/v1/file/5ee7eb539014a6d84ec1f22a/download" )
18
15
set (win64_binary_sha512 "fa7a38dbdb71e0484cfeb255aef6d085abf23496a85051e3dccac593d9eec042fad5be72110d7f3528b424d90fbf5b5053c31f054470d691a7109c1f13776229" )
16
+
17
+ # See https://github.com/CastXML/CastXML-python-distributions/issues/5
18
+ set (win32_binary_url "${win64_binary_url} " )
19
+ set (win32_binary_sha512 "${win64_binary_sha512} " )
Original file line number Diff line number Diff line change @@ -8,23 +8,23 @@ version: "0.0.1.{build}"
8
8
environment :
9
9
matrix :
10
10
11
- # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
12
- # PYTHON_DIR: "C:\\Python27"
13
- # PYTHON_VERSION: "2.7.x"
14
- # PYTHON_ARCH: "32"
15
- # BLOCK: "0"
11
+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
12
+ PYTHON_DIR : " C:\\ Python27"
13
+ PYTHON_VERSION : " 2.7.x"
14
+ PYTHON_ARCH : " 32"
15
+ BLOCK : " 0"
16
16
17
17
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
18
18
PYTHON_DIR : " C:\\ Python27-x64"
19
19
PYTHON_VERSION : " 2.7.x"
20
20
PYTHON_ARCH : " 64"
21
21
BLOCK : " 0"
22
22
23
- # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
24
- # PYTHON_DIR: "C:\\Python37"
25
- # PYTHON_VERSION: "3.7.x"
26
- # PYTHON_ARCH: "32"
27
- # BLOCK: "0"
23
+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
24
+ PYTHON_DIR : " C:\\ Python37"
25
+ PYTHON_VERSION : " 3.7.x"
26
+ PYTHON_ARCH : " 32"
27
+ BLOCK : " 0"
28
28
29
29
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
30
30
PYTHON_DIR : " C:\\ Python37-x64"
You can’t perform that action at this time.
0 commit comments