Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit cdfc037

Browse files
committed
added builds for x86
1 parent 6b9b5bc commit cdfc037

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ environment:
1313

1414
matrix:
1515
- JPY_PYTHON_HOME: C:\Python27
16-
JPY_JDK_HOME: %JDK8_X86%
16+
JPY_JDK_HOME: '%JDK8_X86%'
1717
- JPY_PYTHON_HOME: C:\Python34
18-
JPY_JDK_HOME: %JDK8_X86%
18+
JPY_JDK_HOME: '%JDK8_X86%'
1919
- JPY_PYTHON_HOME: C:\Python35
20-
JPY_JDK_HOME: %JDK8_X86%
20+
JPY_JDK_HOME: '%JDK8_X86%'
2121
- JPY_PYTHON_HOME: C:\Python36
22-
JPY_JDK_HOME: %JDK8_X86%
22+
JPY_JDK_HOME: '%JDK8_X86%'
2323
- JPY_PYTHON_HOME: C:\Python27-x64
24-
JPY_JDK_HOME: %JDK8_X64%
24+
JPY_JDK_HOME: '%JDK8_X64%'
2525
- JPY_PYTHON_HOME: C:\Python34-x64
26-
JPY_JDK_HOME: %JDK8_X64%
26+
JPY_JDK_HOME: '%JDK8_X64%'
2727
- JPY_PYTHON_HOME: C:\Python35-x64
28-
JPY_JDK_HOME: %JDK8_X64%
28+
JPY_JDK_HOME: '%JDK8_X64%'
2929
- JPY_PYTHON_HOME: C:\Python36-x64
30-
JPY_JDK_HOME: %JDK8_X64%
30+
JPY_JDK_HOME: '%JDK8_X64%'
3131

3232
matrix:
3333
exclude:
3434
- platform: x86
35-
JPY_JDK_HOME: %JDK8_X64%
35+
JPY_JDK_HOME: '%JDK8_X64%'
3636
- platform: x64
37-
JPY_JDK_HOME: %JDK8_X86%
37+
JPY_JDK_HOME: '%JDK8_X86%'
3838

3939
# see https://www.appveyor.com/docs/build-cache/
4040
cache:

0 commit comments

Comments
 (0)