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

Commit 5e2594b

Browse files
committed
added builds for x86
1 parent cdfc037 commit 5e2594b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ install:
5050
# JAVA_HOME is used by Maven
5151
- set JAVA_HOME=%JPY_JDK_HOME%
5252
- set
53-
- call %JPY_JDK_HOME%\bin\java.exe -XshowSettings:properties -version
54-
- call %JPY_PYTHON_HOME%\Scripts\pip.exe install wheel
55-
- call %JPY_PYTHON_HOME%\Scripts\pip.exe install psutil
56-
- call %JPY_PYTHON_HOME%\python.exe ci\appveyor\dump-dlls.py
53+
- call "%JPY_JDK_HOME%\bin\java.exe" -XshowSettings:properties -version
54+
- call "%JPY_PYTHON_HOME%\Scripts\pip.exe" install wheel
55+
- call "%JPY_PYTHON_HOME%\Scripts\pip.exe" install psutil
56+
- call "%JPY_PYTHON_HOME%\python.exe" ci\appveyor\dump-dlls.py
5757

5858
build_script:
5959
- set PATH=%JPY_PYTHON_HOME%;%JPY_PYTHON_HOME%\DLLs;%JPY_JDK_HOME%;%JPY_JDK_HOME%\bin;%PATH%
60-
- call %JPY_PYTHON_HOME%\python.exe setup.py --maven bdist_wheel
60+
- call "%JPY_PYTHON_HOME%\python.exe" setup.py --maven bdist_wheel

0 commit comments

Comments
 (0)