File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: pythonocc-core-0.17.{build}
22
33environment :
44 global :
5- # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
5+ SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
66 # /E:ON and /V:ON options are not enabled in the batch script intepreter
77 # See: http://stackoverflow.com/a/13751649/163740
88 CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci\\ appveyor\\ run_with_env.cmd"
@@ -20,18 +20,6 @@ environment:
2020 CONDA_PY : " 27"
2121 CONDA_NPY : " 18"
2222
23- - PYTHON : " C:\\ Python34_32"
24- PYTHON_VERSION : " 3.4"
25- PYTHON_ARCH : " 32"
26- CONDA_PY : " 34"
27- CONDA_NPY : " 18"
28-
29- - PYTHON : " C:\\ Python34_64"
30- PYTHON_VERSION : " 3.4"
31- PYTHON_ARCH : " 64"
32- CONDA_PY : " 34"
33- CONDA_NPY : " 18"
34-
3523 - PYTHON : " C:\\ Python35_32"
3624 PYTHON_VERSION : " 3.5"
3725 PYTHON_ARCH : " 32"
@@ -65,11 +53,4 @@ test_script:
6553 # doesn't really work.
6654 #
6755 - " %CMD_IN_ENV% conda build .\\ ci\\ conda --quiet"
68- # Move the conda package into the current directory, to register it
69- # as an "artifact" for Appveyor. cmd.exe does't have good globbing, so
70- # we'll use a simple python script.
71- - python ci\move-conda-package.py
7256
73- artifacts :
74- # Archive the generated conda package in the ci.appveyor.com build report.
75- - path : ' *.tar.bz2'
You can’t perform that action at this time.
0 commit comments