1- version : pythonocc-core-0.18.2 .{build}
1+ version : pythonocc-core-7.4.0-dev .{build}
22
33environment :
44 binstar_token :
@@ -8,7 +8,7 @@ environment:
88 # and copy paste to
99 # https://ci.appveyor.com/tools/encrypt
1010 # then copy/paste the result below
11- secure : +BLEI1wg9klPN7BVAY1thK7n1x1/L10dWtgKzOmGCI4mg4V77hes9yj3kjZ168xf
11+ secure : 6Wllm3O0zxgpBaBDNMTQAVdcBb9tMylzp72/JlpDQjljxvmF/g8FPSDZaGVs9zR8
1212
1313 global :
1414 # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
@@ -50,8 +50,6 @@ platform:
5050 - x64
5151
5252install :
53- # Set the CONDA_NPY, although it has no impact on the actual build. We need this because of a test within conda-build.
54- - cmd : set CONDA_NPY=19
5553 # Remove cygwin (and therefore the git that comes with it).
5654 - cmd : rmdir C:\cygwin /s /q
5755 # Use the pre-installed Miniconda for the desired arch
@@ -71,10 +69,6 @@ install:
7169 - cmd : conda update conda
7270 - cmd : conda install conda-build anaconda-client
7371 - cmd : conda config --add channels https://conda.anaconda.org/dlr-sc
74- - cmd : conda config --add channels https://conda.anaconda.org/oce
75- - cmd : conda config --add channels https://conda.anaconda.org/pythonocc
76- - cmd : conda config --add channels https://conda.anaconda.org/tpaviot
77- - cmd : set PYTHONBUFFERED=1
7872
7973build : off
8074
0 commit comments