You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ environment:
22
22
WITH_MPFR: yes
23
23
WITH_MPC: yes
24
24
WITH_LLVM: yes
25
+
- BUILD_TYPE: "Release"
26
+
COMPILER: MSVC15
27
+
PLATFORM: "x64"
28
+
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
25
29
# - BUILD_TYPE: "Debug"
26
30
# COMPILER: MinGW
27
31
# PYTHON_VERSION: 27
@@ -67,7 +71,7 @@ install:
67
71
- if NOT [%COMPILER%]==[MSVC15] call symengine-cpp\bin\appveyor-download.cmd "https://raw.githubusercontent.com/symengine/dependencies/dcc10cce2133e2b57e61c5ced6120139bbcdfa20/python-libs-mingw32.7z" -FileName pylibs.7z
68
72
- if NOT [%COMPILER%]==[MSVC15] 7z x -aoa -oC:\ pylibs.7z > NUL
69
73
70
-
- if [%COMPILER%]!=[MSVC15] set C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;PATH=%PATH%
74
+
- if NOT [%COMPILER%]==[MSVC15] set C:\Python%PYTHON_VERSION%;C:\Python%PYTHON_VERSION%\Scripts;PATH=%PATH%
0 commit comments