-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
25 lines (25 loc) · 836 Bytes
/
Copy pathappveyor.yml
File metadata and controls
25 lines (25 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version: 0.8.5-{build}
environment:
anaconda_token:
secure: b2ncXZ38LPZE+fGFa6/wXpL048Kl2bUZzXVCjBwc6wb9D8CeZ68BqlmYRC6kct9+
global:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\integration\\appveyor\\run_with_env.cmd"
matrix:
- PYTHON: "3.5"
NUMPY: "1.9"
ARCH: "64"
- PYTHON: "3.5"
NUMPY: "1.10"
ARCH: "64"
install:
- "cinst -y swig > swig_log.txt"
- "cinst -y miniconda > conda_log.txt"
- "SET PATH=C:\\tools\\Miniconda;C:\\tools\\Miniconda\\Scripts;%PATH%"
- "conda config --set always_yes yes --set changeps1 no"
- "conda update conda --quiet"
- "conda install pip jinja2 conda-build anaconda-client --quiet"
build: off
test_script:
- "%CMD_IN_ENV% conda build recipe --python %PYTHON% --numpy %NUMPY% --quiet"
on_success:
- "python integration\\anaconda-push.py recipe releases"